Merge pull request #2590 from 0Magenta0/master

Typo: Add Missing Quotation Mark In Docs
This commit is contained in:
Christian Brabandt 2022-11-04 13:51:42 +01:00 committed by GitHub
commit d734be8cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1605,7 +1605,7 @@ vista.vim <https://github.com/liuchengxu/vista.vim>
" this can also be configured for an individual buffer
let b:airline_whitespace_checks =
\ [ 'indent', 'trailing', 'long', 'mixed-indent-file', 'conflicts ]
\ [ 'indent', 'trailing', 'long', 'mixed-indent-file', 'conflicts' ]
<
* configure the max number of lines where whitespace checking is enabled. >
let g:airline#extensions#whitespace#max_lines = 20000