vim-airline/autoload/airline
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
..
extensions Do not draw separators for empty sections 2016-05-12 21:40:56 +02:00
themes remove all themes from the core repository except for the default. 2016-01-29 22:24:49 -05:00
builder.vim Do not draw separators for empty sections 2016-05-12 21:40:56 +02:00
debug.vim happy 2016! 2016-01-14 21:38:38 -05:00
extensions.vim don't throw error if bufferline is not installed 2016-04-21 09:30:23 +02:00
highlighter.vim airline#highlighter: s:get_syn: fallback to 'NONE' 2016-02-16 00:44:07 +01:00
init.vim add total line next to line number 2016-04-27 20:49:49 +02:00
msdos.vim Better algorightm, to get msdos colors 2016-01-27 20:37:58 +01:00
parts.vim Add spell detection 2016-03-21 23:52:04 -07:00
section.vim happy 2016! 2016-01-14 21:38:38 -05:00
themes.vim Revert term highlighting of airline_warning to orange 2016-02-16 23:32:38 +01:00
util.vim don't throw error if bufferline is not installed 2016-04-21 09:30:23 +02:00