commit | 05cf63e9bdca1ac070df3e7d9c6dfc45e68ac916 | [log] [tgz] |
---|---|---|
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | Tue May 03 11:02:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 03 11:02:28 2022 +0100 |
tree | 449168068b07a9bb8a6d12b935a0d67ad7506b0e | |
parent | 3a974a89331182139e12386275f052a50c247ecb [diff] [blame] |
patch 8.2.4860: MS-Windows: always uses current directory for executables Problem: MS-Windows: always uses current directory for executables. Solution: Check the NoDefaultCurrentDirectoryInExePath environment variable. (Yasuhiro Matsumoto, closes #10341)
diff --git a/src/version.c b/src/version.c index 5cbdf3f..c3ecb62 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4860, +/**/ 4859, /**/ 4858,