1
0
mirror of https://github.com/golang/go synced 2024-11-14 07:50:21 -07:00
go/misc/vim/ftplugin/go
David Symonds adcf0a2aa0 misc/vim: fix Drop for imports after the first group.
Previously, an import block such as
	import (
        	"net"

                "stack"
        )
would not permit ":Drop stack" to work because we were aborting
the scan early, which is only correct when Import is in operation.

R=golang-dev, franciscossouza
CC=golang-dev
https://golang.org/cl/6532053
2012-09-20 08:11:07 +10:00
..
fmt.vim vim: Send GoFmt errors to a location list 2011-09-23 09:38:10 +10:00
godoc.vim misc/vim: Godoc command. 2011-08-03 16:46:35 +10:00
import.vim misc/vim: fix Drop for imports after the first group. 2012-09-20 08:11:07 +10:00
test.sh misc/vim: fix Drop for imports after the first group. 2012-09-20 08:11:07 +10:00