From b3ebf94ace15002a3d5e878a7975e6c647d65c9b Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Tue, 29 Sep 2015 23:02:14 +0300 Subject: [PATCH] Manual: fix typo. --- doc/syntastic.txt | 2 +- plugin/syntastic.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/syntastic.txt b/doc/syntastic.txt index f859acbe..cd3d6f7c 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -356,7 +356,7 @@ Default: 1 This option controls which errors are echoed to the command window if |'syntastic_echo_current_error'| is set and multiple errors are found on the same line. When the option is enabled, the first error corresponding to the -current column is show. Otherwise, the first error on the current line is +current column is shown. Otherwise, the first error on the current line is echoed, regardless of the cursor position on the current line. When dealing with very large lists of errors, disabling this option can speed diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 72028e69..5a9a1ca5 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.6.0-176' +let g:_SYNTASTIC_VERSION = '3.6.0-177' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1