mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-23 02:29:23 +08:00
fix minor typo in help text
This commit is contained in:
parent
a222518b76
commit
7bd40715d4
|
@ -236,7 +236,7 @@ configuration values that you can use.
|
||||||
\ 'x': 60,
|
\ 'x': 60,
|
||||||
\ 'y': 88,
|
\ 'y': 88,
|
||||||
\ 'z': 45,
|
\ 'z': 45,
|
||||||
\ })
|
\ }
|
||||||
|
|
||||||
" Note: set to an empty dictionary to disable truncation.
|
" Note: set to an empty dictionary to disable truncation.
|
||||||
let g:airline#extensions#default#section_truncate_width = {}
|
let g:airline#extensions#default#section_truncate_width = {}
|
||||||
|
@ -246,7 +246,7 @@ configuration values that you can use.
|
||||||
let g:airline#extensions#default#layout = [
|
let g:airline#extensions#default#layout = [
|
||||||
\ [ 'a', 'b', 'c' ],
|
\ [ 'a', 'b', 'c' ],
|
||||||
\ [ 'x', 'y', 'z', 'warning' ]
|
\ [ 'x', 'y', 'z', 'warning' ]
|
||||||
\ ])
|
\ ]
|
||||||
<
|
<
|
||||||
------------------------------------- *airline-quickfix*
|
------------------------------------- *airline-quickfix*
|
||||||
The quickfix extension is a simple built-in extension which determines
|
The quickfix extension is a simple built-in extension which determines
|
||||||
|
|
Loading…
Reference in New Issue
Block a user