我有以下vimrc。如果我按 :w 我会得到
比我做的:make
$ 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 看起来像这样
不幸的是,我没有以下输出
我做错了什么?