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