Don't use exepath
This commit is contained in:
parent
d3aab400f2
commit
82cebd756a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ function! CheckDependency(command)
|
|||
echoerr "Not found: " . a:command
|
||||
finish
|
||||
endif
|
||||
return exepath(a:command)
|
||||
return a:command
|
||||
endfunction
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue