Manual: typo.

This commit is contained in:
LCD 47 2016-08-25 08:36:58 +03:00
parent 21b833410c
commit a20a5e3352
2 changed files with 4 additions and 4 deletions

View File

@ -998,9 +998,9 @@ also affect window sizes.)
The "airline" Vim plugin (https://github.com/vim-airline/vim-airline) comes
packaged with a mechanism of showing flags on the |'statusline'| according
to your |'syntastic_stl_format'|. When using this plugin you do NOT need to
follow the recommendation outlined at in the |syntastic-statusline-flag|
section above to modify your |'statusline'|; "airline" will make all necessary
changes automatically.
follow the recommendation outlined in the |syntastic-statusline-flag| section
above to modify your |'statusline'|; "airline" will make all necessary changes
automatically.
------------------------------------------------------------------------------
7.2 The csh and tcsh shells *syntastic-csh*

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.7.0-198'
let g:_SYNTASTIC_VERSION = '3.7.0-199'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1