vim-airline/autoload/airline
Christian Brabandt 560092a9ec
highligher: fix the comparison before redefining hi group
The comparison in airline#highlighter#exec() was there to prevent to
call out to too many :hi calls by making sure that the newly to be
defined highlighting group will be actually different from the current
existing one.

However, that did not work, as the returned old highlight
group did never match the newly to be created one, since it
intentionally left the cterm attributes out for the gui and the gui
attributes for the terminal.

Therefore, fix the comparasion and make it compare the actual values
that we have.

This should make vim-airline a bit faster (hopefully!)
2017-06-26 22:27:01 +02:00
..
extensions whitespace: Only refresh on changes to buffer 2017-06-26 10:04:43 +02:00
themes Permit appending content to a theme 2017-03-12 18:16:26 -04:00
builder.vim correctly check w:airline_skip_empty_sections var 2017-04-11 22:10:43 +02:00
debug.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
extensions.vim Update the ALE extension so it loads better and uses the new count format 2017-06-25 19:49:18 +01:00
highlighter.vim highligher: fix the comparison before redefining hi group 2017-06-26 22:27:01 +02:00
init.vim syntastic: distinguis errors and warnings 2017-06-20 22:26:22 +02:00
msdos.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
parts.vim shorten filetype only when winwidth is < 90 2017-05-02 22:06:36 +02:00
section.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
themes.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
util.vim shorten tagbar extension on short windows 2017-05-02 21:22:47 +02:00