]> Cypherpunks repositories - gostls13.git/commit
misc/vim: send Fmt errors to the quickfix list instead of the location list.
authorDavid Symonds <dsymonds@golang.org>
Wed, 27 Nov 2013 08:32:15 +0000 (19:32 +1100)
committerDavid Symonds <dsymonds@golang.org>
Wed, 27 Nov 2013 08:32:15 +0000 (19:32 +1100)
commitee261b75e1a31ab7056a897e1b65fba3568cf9ba
treee86cd42fb9b8b5fb6b99140aebc8ee1fd2eee308
parent07d2195c66cfbd289925acea2951bcd311bb0a76
misc/vim: send Fmt errors to the quickfix list instead of the location list.

Output from gofmt is a list of errors, so they should appear in the error list.

R=adg
CC=golang-dev
https://golang.org/cl/33760043
misc/vim/ftplugin/go/fmt.vim