]> Cypherpunks repositories - gostls13.git/commit
misc/vim: Add compiler plugin for Go
authorDavid Bürgin <676c7473@gmail.com>
Mon, 1 Jul 2013 06:20:50 +0000 (16:20 +1000)
committerDavid Symonds <dsymonds@golang.org>
Mon, 1 Jul 2013 06:20:50 +0000 (16:20 +1000)
commitaec6b49aaebd7adc9ec8d11f3ffacdf041b0da2d
treeaf202318fb2f86102fb7ebe72fe27602fe93a710
parent8192017e14a0902293717ef3c847672a9b9a0da4
misc/vim: Add compiler plugin for Go

This change adds a basic compiler plugin for Go. The plugin
integrates "go build" with Vim's ":make" command and the
quickfix list.

Fixes #5751.

R=golang-dev, dsymonds, niklas.schnelle, 0xjnml
CC=golang-dev
https://golang.org/cl/10466043
misc/vim/compiler/go.vim [new file with mode: 0644]
misc/vim/readme.txt