vim-airline/autoload
Christian Brabandt 6e5439126f
wordcount: allow to disable vimtex wordcount()
While Commit e542f5e introduced a nice little feature for TeX files to
accurately count words, this unfortunately has the drawback of being
possibly slow, especially since the statusline is often re-evaluated.

Therefore disable this feature by default. You can enable it using:

    :let g:airline#extensions#vimtex#wordcount = 1

fixes #2461
2021-11-11 22:51:02 +01:00
..
airline wordcount: allow to disable vimtex wordcount() 2021-11-11 22:51:02 +01:00
airline.vim autoload: fix error with vim74 2021-05-26 13:26:47 +02:00