Merge pull request #1724 from lubomir/fix-doc

Fix documentation for syntastic format of warnings
This commit is contained in:
Christian Brabandt 2018-05-20 19:53:25 +02:00 committed by GitHub
commit 315cf0deec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -509,7 +509,7 @@ syntastic <https://github.com/vim-syntastic/syntastic>
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_warn = '%W{[%w(#%fw)]}'
<
------------------------------------- *airline-tagbar*
tagbar <https://github.com/majutsushi/tagbar>