diff --git a/doc/syntastic.txt b/doc/syntastic.txt index cbb894ee..9ef57d69 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -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* diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 03b09409..6f1d0b2c 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -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