]> Cypherpunks repositories - gostls13.git/commitdiff
misc/vim: Fix broken quote
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Mon, 23 Dec 2013 21:40:13 +0000 (08:40 +1100)
committerDavid Symonds <dsymonds@golang.org>
Mon, 23 Dec 2013 21:40:13 +0000 (08:40 +1100)
R=golang-codereviews, gobot, dsymonds
CC=golang-codereviews
https://golang.org/cl/44960043

misc/vim/autoload/go/complete.vim

index 8dd43de4ad0a55abfc537db93da1370da4871927..a4fa6b668416a49deb9132ae0064abde7fa6310f 100644 (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