vim-airline/autoload/airline
Christian Brabandt 349ca86c71 Correct the comparison for given color codes
this issue fixes #758

The problem was, that a given color list ['','',0,'',''] was given to
the airline#highlighter#exec() function. This resulted in the following
comparison:

if (get(colors,2,'') != '')  ? 'ctermfg='.colors[2] : ''

which, since echo 0 != '' returns falls will return a single:

:hi group

and no color codes given and therefore, Vim would output the
current highlighting group.

Use isnot# as comparison to fix this issue.
2016-01-25 12:21:34 +01:00
..
extensions NrrwRgn: Only use Utf-8 Glyph in utf8 encoding 2016-01-23 21:31:34 +01:00
themes base16 theme: use Normal/VertSplit for inactive statusline 2016-01-20 22:50:19 +01:00
builder.vim happy 2016! 2016-01-14 21:38:38 -05:00
debug.vim happy 2016! 2016-01-14 21:38:38 -05:00
deprecation.vim happy 2016! 2016-01-14 21:38:38 -05:00
extensions.vim fix issue with virtualenv 2016-01-20 23:21:20 +01:00
highlighter.vim Correct the comparison for given color codes 2016-01-25 12:21:34 +01:00
init.vim define linenr with bold accent 2016-01-23 12:49:13 +01:00
parts.vim happy 2016! 2016-01-14 21:38:38 -05:00
section.vim happy 2016! 2016-01-14 21:38:38 -05:00
themes.vim happy 2016! 2016-01-14 21:38:38 -05:00
util.vim happy 2016! 2016-01-14 21:38:38 -05:00