mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 14:49:06 +08:00
Typo: Add Missing Quotation Mark
This commit is contained in:
parent
0ed7b8bb2e
commit
92d3e90110
|
@ -1599,7 +1599,7 @@ vista.vim <https://github.com/liuchengxu/vista.vim>
|
||||||
|
|
||||||
" this can also be configured for an individual buffer
|
" this can also be configured for an individual buffer
|
||||||
let b:airline_whitespace_checks =
|
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. >
|
* configure the max number of lines where whitespace checking is enabled. >
|
||||||
let g:airline#extensions#whitespace#max_lines = 20000
|
let g:airline#extensions#whitespace#max_lines = 20000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user