diff --git a/doc/airline.txt b/doc/airline.txt index 2f3f9043..ee1f7b9c 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -466,6 +466,9 @@ eclim \ wordcount()['words'] > 100 ? 'okay' : 'not enough') endfunction let g:airline#extensions#wordline#formatter = 'foo' + +* defines how to display the wordcount statistics: > + let g:airline#extensions#wordcount#format = '%d words' < ------------------------------------- *airline-whitespace* * enable/disable detection of whitespace errors. >