Manual: bit rot: vim-go now uses loclists.
This commit is contained in:
parent
751afea9e0
commit
91814d6723
@ -961,14 +961,12 @@ mode only work with "vim-auto-save" version 0.1.7 or later.
|
|||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
7.10. vim-go *syntastic-vim-go*
|
7.10. vim-go *syntastic-vim-go*
|
||||||
|
|
||||||
The "vim-go" Vim plugin (https://github.com/fatih/vim-go) uses |quickfix|
|
Syntastic can be used along with the "vim-go" Vim plugin (see
|
||||||
lists, and thus doesn't conflict with syntastic (which uses |location-list|
|
https://github.com/fatih/vim-go). However, both "vim-go" and syntastic run
|
||||||
lists). However, both "vim-go" and syntastic run syntax checks by default
|
syntax checks by default when you save buffers to disk. To avoid conflicts,
|
||||||
when you save buffers to disk, and this can have confusing results. To
|
you have to either set passive mode in syntastic for the go filetype (see
|
||||||
avoid both plugins opening error windows, you can either set passive
|
|syntastic_mode_map|), or prevent "vim-go" from showing a quickfix window when
|
||||||
mode for go in syntastic (see |syntastic_mode_map|), or prevent "vim-go"
|
|g:go_fmt_command| fails, by setting |g:go_fmt_fail_silently| to 1. E.g.: >
|
||||||
from showing a quickfix window when |g:go_fmt_command| fails, by setting
|
|
||||||
|g:go_fmt_fail_silently| to 1. E.g.: >
|
|
||||||
let g:go_fmt_fail_silently = 1
|
let g:go_fmt_fail_silently = 1
|
||||||
<
|
<
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.7.0-66'
|
let g:_SYNTASTIC_VERSION = '3.7.0-67'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
Reference in New Issue
Block a user