commit | c40bdee42a58c48e00c76886289904849e8c4c3c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 29 17:45:32 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 29 17:45:32 2014 +0200 |
tree | c0199fe171deff52dbaea97987b70193079c6968 | |
parent | 52a7246f015be40e54007c0c3a1d9e37dc14045a [diff] [blame] |
updated for version 7.4.428 Problem: executable() may return a wrong result on MS-Windows. Solution: Change the way SearchPath() is called. (Yasuhiro Matsumoto, Ken Takata)
diff --git a/src/version.c b/src/version.c index d43534a..17add43 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 428, +/**/ 427, /**/ 426,