具有合成性的vim下的quickfix窗口

时间:2013-03-06 04:35:42

标签: vim go syntastic

我有以下vimrc。如果我按下:w我会得到

而不是我:制作

$ vim closure.go 

make: *** No targets specified and no makefile found.  Stop.

Press ENTER or type command to continue
[No write since last change]
# _/home/x
./closure.go:27: undefined: fmt.P
./maps.go:5: main redeclared in this block
    previous declaration at ./closure.go:23
./slices.go:5: main redeclared in this block
    previous declaration at ./maps.go:5

Press ENTER or type command to continue

按Enter后,Vim看起来像enter image description here

不幸的是,我没有以下输出enter image description here

我做错了什么?

1 个答案:

答案 0 :(得分:0)

显然,Syntastic使用位置列表(:lwindow)而不是quickfix(:cwindow)。