doc: fix typo

This commit is contained in:
Christian Brabandt 2022-10-13 16:56:32 +02:00
parent 84823e5e7d
commit 0ed7b8bb2e
1 changed files with 1 additions and 1 deletions

View File

@ -1662,7 +1662,7 @@ vim-windowswap <https://github.com/wesQ3/vim-windowswap>
" The default value matches filetypes typically used for documentation
" such as markdown and help files. Default is:
let g:airline#extensions#wordcount#filetypes =
\ ['asciidoc', 'help', 'mail', 'markdown', 'rmd' 'nroff', 'org', 'plaintex', 'rst', 'tex', 'text'])
\ ['asciidoc', 'help', 'mail', 'markdown', 'rmd', 'nroff', 'org', 'plaintex', 'rst', 'tex', 'text'])
" Use ['all'] to enable for all filetypes.
* defines the name of a formatter for word count will be displayed: >