vim-airline/autoload
Christian Brabandt f5359f9177 do not skip empty sections for the tabline
commit #3d667c32d3ac04 fixed a bug, that a section was not considered
empty for the statusline, also g:airline_skip_empty was set.

However unfortunately, this lead to a regression, makeing the tabline
ugly, because sections, that contained a single highlighting group would
be considered empty and would therefore be skipped. Since this is not
what is expected, make s:section_is_empty() return zero, when it notices
we are looking at a tabline.

fixes #1273
2016-09-27 21:44:00 +02:00
..
airline do not skip empty sections for the tabline 2016-09-27 21:44:00 +02:00
airline.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00