私は行くために次の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はそのように見えます
残念ながら、私は次の出力をしません
私は何を間違えましたか?