Skip to content

Commit

Permalink
Merge pull request fatih#1122 from fatih/patch-echom-fix
Browse files Browse the repository at this point in the history
path: use echom so it's showed when used completion
  • Loading branch information
fatih authored Nov 24, 2016
2 parents 4944f0e + dd2a136 commit 1a9f0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/path.vim
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function! go#path#CheckBinPath(binpath) abort
" just get the basename
let basename = fnamemodify(binpath, ":t")
if !executable(basename)
echo "vim-go: could not find '" . basename . "'. Run :GoInstallBinaries to fix it."
echom "vim-go: could not find '" . basename . "'. Run :GoInstallBinaries to fix it."
" restore back!
let $PATH = old_path
return ""
Expand Down

0 comments on commit 1a9f0ee

Please sign in to comment.