Manual: fix typo.

This commit is contained in:
LCD 47 2015-09-29 23:02:14 +03:00
parent 50d0315835
commit b3ebf94ace
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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