mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-27 07:54:44 +02:00
Merge pull request #2590 from 0Magenta0/master
Typo: Add Missing Quotation Mark In Docs
This commit is contained in:
commit
d734be8cd3
@ -1605,7 +1605,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…
x
Reference in New Issue
Block a user