From a20a5e335235423777fa788a3af7b080b8ae5f43 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Thu, 25 Aug 2016 08:36:58 +0300 Subject: [PATCH] Manual: typo. --- doc/syntastic.txt | 6 +++--- plugin/syntastic.vim | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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