Typo: Add Missing Quotation Mark

This commit is contained in:
0Magenta0 2022-10-22 22:17:01 +03:00
parent 0ed7b8bb2e
commit 92d3e90110

View File

@ -1599,7 +1599,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