Don't use exepath

This commit is contained in:
baabelfish 2016-03-17 02:01:48 +02:00
commit 82cebd756a

View file

@ -14,7 +14,7 @@ function! CheckDependency(command)
echoerr "Not found: " . a:command
finish
endif
return exepath(a:command)
return a:command
endfunction