vim-airline/autoload/airline/extensions
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
..
tabline add "!" to function signatures 2018-06-13 17:52:13 +01:00
wordcount/formatters wordcount: Replace formatter interface 2018-07-28 18:24:12 +01:00
ale.vim ALE: add option to disable line numbers 2018-03-19 11:28:45 +01:00
branch.vim branch: use :noa before calling async func 2018-06-11 14:45:29 +02:00
bufferline.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
capslock.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
commandt.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
csv.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
ctrlp.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
ctrlspace.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
cursormode.vim cursormode: allow custom mode names 2018-01-19 13:28:02 +01:00
default.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
denite.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
eclim.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
example.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
fugitiveline.vim branch: fugitive renamed its functions 2018-06-04 17:38:49 +02:00
gutentags.vim gutentags: output correct statusline message 2018-04-06 02:14:10 +02:00
hunks.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
keymap.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
localsearch.vim Adding localsearch extension (code and documentation). See https://github.com/mox-mox/vim-localsearch 2018-04-09 00:47:23 +02:00
neomake.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
netrw.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
nrrwrgn.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
obsession.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
po.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
promptline.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
quickfix.vim quickfix: fix options initialization 2018-01-18 18:21:56 +01:00
syntastic.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
tabline.vim Blacklist startify for [noperm] 2018-05-11 22:32:20 +02:00
tagbar.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
term.vim terminal: Some improvements to Terminal detection 2018-06-04 22:44:46 +02:00
tmuxline.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
undotree.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
unicode.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
unite.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
vimagit.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
vimtex.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
virtualenv.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
whitespace.vim Add Arduino to list of C-like languages 2018-06-18 01:09:56 +02:00
windowswap.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
wordcount.vim wordcount: Replace formatter interface 2018-07-28 18:24:12 +01:00
xkblayout.vim xkblayout: Make Short codes configurable 2018-04-18 10:46:55 +02:00
ycm.vim Update copyright notifications 2018-01-05 10:37:59 +01:00