Skip to content

Commit

Permalink
Merge pull request #920 from dobegor/master
Browse files Browse the repository at this point in the history
Fixed typo causing GoDocBrowser to fail
  • Loading branch information
fatih committed Jun 30, 2016
2 parents 7c3414e + 498e709 commit d3fb19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/doc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function! s:godocWord(args)
if !executable('godoc')
let msg = "godoc command not found."
let msg .= " install with: go get golang.org/x/tools/cmd/godoc"
call go#util#echoWarning(msg)
call go#util#EchoWarning(msg)
return []
endif

Expand Down

0 comments on commit d3fb19d

Please sign in to comment.