vim-airline/autoload
Christian Brabandt 496de8b745
highlighter: do not skip empty c_sections
currently, if the matchstr() evaluates to '', it would skip the required
section, because bnr would be evaluated to zero and since there is no
buffer zero, skip that highlighting group.

Make sure, to only skip the highlighting group if the buffer number is
actually > 0
2018-11-08 12:40:46 +01:00
..
airline highlighter: do not skip empty c_sections 2018-11-08 12:40:46 +01:00
airline.vim better disabled highlighting for inactive windows on FocusLost 2018-10-16 10:49:17 +02:00