mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-08 10:50:56 +08:00
syntastic: slightly tweak output format
also document how to use different syntastic statusline format closes #1525
This commit is contained in:
@@ -456,8 +456,14 @@ syntastic <https://github.com/vim-syntastic/syntastic>
|
||||
* syntastic error_symbol >
|
||||
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)]}'
|
||||
|
||||
* 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)]}'
|
||||
<
|
||||
------------------------------------- *airline-tagbar*
|
||||
tagbar <https://github.com/majutsushi/tagbar>
|
||||
|
||||
Reference in New Issue
Block a user