mirror of
https://github.com/vim-airline/vim-airline-themes
synced 2025-01-18 19:31:06 +00: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. |
||
---|---|---|
.. | ||
airline | ||
airline.vim |