]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0453: MS-Windows: executable() is not reliable v8.1.0453
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Oct 2018 13:18:45 +0000 (15:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Oct 2018 13:18:45 +0000 (15:18 +0200)
commit8295666dc2c65e42135b91d5c61e2a140d002333
tree59b7a9be4212dc4b28b6e39ded79c051627049e4
parent7554c548a493cba50b2d0ea3521cac14f28a1f07
patch 8.1.0453: MS-Windows: executable() is not reliable

Problem:    MS-Windows: executable() is not reliable.
Solution:   Use $PATHEXT properly. (Yasuhiro Matsumoto, closes #3412)
src/os_win32.c
src/testdir/test_functions.vim
src/version.c