Manual: add a note about "signcolumn".

This commit is contained in:
LCD 47 2016-09-12 22:20:00 +03:00
parent e7d1fe75d4
commit 2b84b14cd1
2 changed files with 5 additions and 1 deletions

View File

@ -202,6 +202,10 @@ following highlight groups:
Example: >
highlight SyntasticErrorLine guibg=#2f0000
<
With Vim 8.0 or later you can ask Vim not to turn off the sign column when no
errors are found, by setting 'signcolumn' to "yes": >
set signcolumn=yes
<
------------------------------------------------------------------------------
2.3. The error window *syntastic-error-window*

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.7.0-223'
let g:_SYNTASTIC_VERSION = '3.7.0-224'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1