Updated plugins
This commit is contained in:
@@ -151,6 +151,9 @@ function! go#path#CheckBinPath(binpath)
|
||||
|
||||
" if it's in PATH just return it
|
||||
if executable(binpath)
|
||||
if v:version == 704 && has('patch235')
|
||||
let binpath = exepath(binpath)
|
||||
endif
|
||||
let $PATH = old_path
|
||||
return binpath
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user