diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2015-05-12 19:52:06 +0100 |
---|---|---|
committer | Seth Jackson <sethjackson@gmail.com> | 2016-01-30 15:09:18 -0500 |
commit | da4bf813daf1d54c3cdfbeb480b7ce15a7372834 (patch) | |
tree | 882028f6ac260e4bf779eb54dfbd30b659b8fa30 /test/functional/eval/msgpack_functions_spec.lua | |
parent | 8f22031708b351ec5bb73952e6afc39b07a72ae2 (diff) | |
download | rneovim-da4bf813daf1d54c3cdfbeb480b7ce15a7372834.tar.gz rneovim-da4bf813daf1d54c3cdfbeb480b7ce15a7372834.tar.bz2 rneovim-da4bf813daf1d54c3cdfbeb480b7ce15a7372834.zip |
Windows: use $PATHEXT to find executables in path.
is_executable_in_path() searches for executables in $PATH, but on
Windows executable files have extensions available in the environment
var $PATHEXT. This commit changes is_executable_in_path() to append
those extensions to the filename.
This patch diverges from standard Vim, in that Vim only checked for
the given filename if it already has an extensions. This one always
checks for the given filename.
Diffstat (limited to 'test/functional/eval/msgpack_functions_spec.lua')
0 files changed, 0 insertions, 0 deletions