misc/vim: Fix broken quote

R=golang-codereviews, gobot, dsymonds
CC=golang-codereviews
https://golang.org/cl/44960043
This commit is contained in:
Yasuhiro Matsumoto 2013-12-24 08:40:13 +11:00 committed by David Symonds
parent 41183d015d
commit 7413e48d5b
1 changed files with 1 additions and 1 deletions

View File

@ -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