adjust default value for wordcount extension

document default value for wordcount extension
add text file for wordcount extension
This commit is contained in:
Christian Brabandt
2016-01-14 21:43:45 +01:00
parent 83880b9a1f
commit f6fc6419be
2 changed files with 3 additions and 1 deletions

View File

@@ -413,6 +413,8 @@ eclim <https://eclim.org>
" the default value matches filetypes typically used for documentation
" such as markdown and help files.
let g:airline#extensions#wordcount#filetypes = ...
(default: markdown,rst,org,help,text)
<
------------------------------------- *airline-whitespace*
* enable/disable detection of whitespace errors. >