doc: fix typo
This commit is contained in:
parent
84823e5e7d
commit
0ed7b8bb2e
|
@ -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: >
|
||||
|
|
Loading…
Reference in New Issue