doc: fix typo
This commit is contained in:
parent
2ec563bd57
commit
96352f9b53
|
@ -457,13 +457,13 @@ syntastic <https://github.com/vim-syntastic/syntastic>
|
|||
let airline#extensions#syntastic#error_symbol = 'E:'
|
||||
<
|
||||
* syntastic statusline error format (see |syntastic_stl_format|) >
|
||||
let airline#extensions#syntastic#stl_format_err = '%E{]%e(#%fe)]}'
|
||||
let airline#extensions#syntastic#stl_format_err = '%E{[%e(#%fe)]}'
|
||||
|
||||
* syntastic warning >
|
||||
let airline#extensions#syntastic#warning_symbol = 'W:'
|
||||
<
|
||||
* syntastic statusline warning format (see |syntastic_stl_format|) >
|
||||
let airline#extensions#syntastic#stl_format_err = '%W{]%w(#%fw)]}'
|
||||
let airline#extensions#syntastic#stl_format_err = '%W{[%w(#%fw)]}'
|
||||
<
|
||||
------------------------------------- *airline-tagbar*
|
||||
tagbar <https://github.com/majutsushi/tagbar>
|
||||
|
|
Loading…
Reference in New Issue