vim-airline/autoload/airline/extensions
Christian Brabandt 727208d766 Do not draw separators for empty sections
This is a little bit a hack, because by the time the separators are
added, it is not clear, if the following section is empty, therefore
we need to parse the content of the following section and eval the
expressions to find out, if this is empty

Remarks:
- catch all exceptions when eval'ing statusline

- make sure, that the seperators are highlighted
  even when skipping empty regions (highlight group
  names need to be adjusted)

- if a section is defined as empty, it will be removed completly from
  the statusline. This means, it won't be called on the next update
  and may not refresh properly (e.g. when the whitespace check
  triggers, therefore, the whitesapce extension has to call an
  explicit redraw whenever it is supposed to be refreshed)
2016-05-12 21:40:56 +02:00
..
tabline Add bang to function definitions 2016-04-20 21:10:28 +02:00
wordcount/formatters Add bang to function definitions 2016-04-20 21:10:28 +02:00
branch.vim shellescape file path when call "system()" 2016-04-28 23:14:32 +08:00
bufferline.vim happy 2016! 2016-01-14 21:38:38 -05:00
capslock.vim Fix vim-capslock functionality after changes in CapsLockStatusline() 2015-08-19 15:51:09 -07:00
commandt.vim happy 2016! 2016-01-14 21:38:38 -05:00
csv.vim happy 2016! 2016-01-14 21:38:38 -05:00
ctrlp.vim happy 2016! 2016-01-14 21:38:38 -05:00
ctrlspace.vim Problem: Load check variables has changed 2016-02-08 08:36:25 +01:00
default.vim Check that default value exists, before accessing it 2016-04-27 20:11:40 +02:00
eclim.vim happy 2016! 2016-01-14 21:38:38 -05:00
example.vim happy 2016! 2016-01-14 21:38:38 -05:00
hunks.vim Hunks: make s:source_func local to buffer 2016-01-15 13:05:01 +01:00
netrw.vim happy 2016! 2016-01-14 21:38:38 -05:00
nrrwrgn.vim NrrwRgn: Only use Utf-8 Glyph in utf8 encoding 2016-01-23 21:31:34 +01:00
po.vim Enable po.vim integration 2016-02-29 22:38:39 +01:00
promptline.vim happy 2016! 2016-01-14 21:38:38 -05:00
quickfix.vim happy 2016! 2016-01-14 21:38:38 -05:00
syntastic.vim happy 2016! 2016-01-14 21:38:38 -05:00
tabline.vim Add support for getting tab title from t:title 2016-03-22 12:14:47 -06:00
tagbar.vim happy 2016! 2016-01-14 21:38:38 -05:00
tmuxline.vim happy 2016! 2016-01-14 21:38:38 -05:00
undotree.vim happy 2016! 2016-01-14 21:38:38 -05:00
unicode.vim Add support for unicode plugin 2016-02-06 16:05:29 +01:00
unite.vim happy 2016! 2016-01-14 21:38:38 -05:00
virtualenv.vim Make the virtualenv extension work better 2016-01-20 20:02:21 +01:00
whitespace.vim Do not draw separators for empty sections 2016-05-12 21:40:56 +02:00
windowswap.vim windowswap: use new tab-aware API if WS is current 2016-03-16 19:27:54 -05:00
wordcount.vim Add asciidoc to default wordcount filetype 2016-04-05 13:14:48 +01:00
ycm.vim Show YouCompleteMe error and warning count in the statusline 2016-01-27 23:21:16 -08:00