From 0ed7b8bb2ed68d65a5ba55317896680b31d315b0 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 13 Oct 2022 16:56:32 +0200 Subject: [PATCH] doc: fix typo --- doc/airline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/airline.txt b/doc/airline.txt index e7943950..e03092a9 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -1662,7 +1662,7 @@ 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: >