commit | 8295666dc2c65e42135b91d5c61e2a140d002333 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 06 15:18:45 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 06 15:18:45 2018 +0200 |
tree | 59b7a9be4212dc4b28b6e39ded79c051627049e4 | |
parent | 7554c548a493cba50b2d0ea3521cac14f28a1f07 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b50ce81..dee74d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 453, +/**/ 452, /**/ 451,