vim-airline/autoload/airline
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
..
extensions do not skip empty sections for the tabline 2016-09-27 21:44:00 +02:00
themes Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
builder.vim do not skip empty sections for the tabline 2016-09-27 21:44:00 +02:00
debug.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
extensions.vim Support for neomake 2016-09-27 21:21:35 +02:00
highlighter.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
init.vim Support for neomake 2016-09-27 21:21:35 +02:00
msdos.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
parts.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
section.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
themes.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
util.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00