vim-airline/autoload/airline
Liam Fleming 44da0a4761 wordcount: Replace formatter interface
Currently the formatter, and not the wordcount plugin, is responsible
for providing the wordcount as well as formatting it. The default
formatter allows visual mode word counting, although this is not
documented.

The new interface - a transform() function, allows the main wordcount
plugin to internalise this logic. Providing the wordcount simplifies
formatter implementations:
 - All formatters can display the visual wordcount.
 - Formatters do not have to worry about compatibility with different
   vim versions.

The old format() function can now be deprecated, although the wordcount
plugin retains compatibility with formatters using it. The default
formatter will also be used as a fallback if no suitable function is
found.

The default formatter is rewritten to use the new interface.
2018-07-28 18:24:12 +01:00
..
extensions wordcount: Replace formatter interface 2018-07-28 18:24:12 +01:00
themes Update copyright notifications 2018-01-05 10:37:59 +01:00
async.vim add "!" to function signatures 2018-06-13 17:52:13 +01:00
builder.vim Statusline: Use separator widths to calculate whether a title will fit 2018-03-18 00:52:34 +00:00
debug.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
extensions.vim Move CursorMoved autocmd to main augroup 2018-06-16 20:34:07 +01:00
highlighter.vim Revert "highlighter: Make the separators use a cterm background color" 2018-03-20 15:30:02 +01:00
init.vim Simplify airline#init#gui_mode() 2018-04-06 02:21:20 +02:00
msdos.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
parts.vim Blacklist startify for [noperm] 2018-05-11 22:32:20 +02:00
section.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
themes.vim terminal: Some improvements to Terminal detection 2018-06-04 22:44:46 +02:00
util.vim fugitive: Use FugitiveHead() instead of fugitive#head 2018-06-04 18:32:30 +02:00