mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 14:05:04 +08: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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user