1
0
mirror of https://github.com/golang/go synced 2024-09-25 09:20:18 -06:00
go/misc/vim/plugin
Tobias Columbus 5e8de365dc misc/vim: fix for autocompletion
Vim autocompletion respects the $GOPATH variable and does not
    ignore dashes ('-'), dots ('.') and underscores ('_') like found
    in many remote packages.
    Environment variable $GOROOT is determined by calling
    'go env GOROOT' instead of relying on the user's environment
    variables.

    Fixes #3876
    Fixes #3882

R=golang-dev, franciscossouza, dsymonds, minux.ma
CC=golang-dev
https://golang.org/cl/6443151
2012-08-28 03:59:16 +08:00
..
godoc.vim misc/vim: fix for autocompletion 2012-08-28 03:59:16 +08:00