commit | 3503d7c94a6c8c2a5ca1665d648d0cb81afcc863 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 20:10:17 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 20:10:17 2019 +0100 |
tree | 1084785735f6ed7f60ef12045d016977ae92c377 | |
parent | b73e439606b55d66d9e81da1f9cae729af37cf04 [diff] [blame] |
patch 8.1.2278: using "cd" with "exe" may fail Problem: Using "cd" with "exe" may fail. Solution: Use chdir() instead.
diff --git a/src/version.c b/src/version.c index bb783f8..1ab0144 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2278, +/**/ 2277, /**/ 2276,