Manual: fix typo.
This commit is contained in:
parent
50d0315835
commit
b3ebf94ace
@ -356,7 +356,7 @@ Default: 1
|
|||||||
This option controls which errors are echoed to the command window if
|
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
|
|'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
|
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.
|
echoed, regardless of the cursor position on the current line.
|
||||||
|
|
||||||
When dealing with very large lists of errors, disabling this option can speed
|
When dealing with very large lists of errors, disabling this option can speed
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.6.0-176'
|
let g:_SYNTASTIC_VERSION = '3.6.0-177'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user