mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-27 18:59:36 +08:00
349ca86c71
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. |
||
---|---|---|
.. | ||
extensions | ||
themes | ||
builder.vim | ||
debug.vim | ||
deprecation.vim | ||
extensions.vim | ||
highlighter.vim | ||
init.vim | ||
parts.vim | ||
section.vim | ||
themes.vim | ||
util.vim |