mirror of https://github.com/golang/go.git
misc/vim: Fix broken quote
R=golang-codereviews, gobot, dsymonds CC=golang-codereviews https://golang.org/cl/44960043
This commit is contained in:
parent
41183d015d
commit
7413e48d5b
|
|
@ -58,7 +58,7 @@ function! go#complete#Package(ArgLead, CmdLine, CursorPos)
|
|||
if executable('go')
|
||||
let goroot = substitute(system('go env GOROOT'), '\n', '', 'g')
|
||||
if v:shell_error
|
||||
echomsg '\'go env GOROOT\' failed'
|
||||
echomsg '''go env GOROOT'' failed'
|
||||
endif
|
||||
else
|
||||
let goroot = $GOROOT
|
||||
|
|
|
|||
Loading…
Reference in New Issue