commit | 1063f3d2008f22d02ccfa9dab83a23db52febbdc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 07 22:06:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 07 22:06:52 2019 +0200 |
tree | ed4a5e7fddc01bdf2abb1d0d7931010c724d4ac5 | |
parent | fd31e45e4bccd7070d02e4d20bcab1f45b271600 [diff] [blame] |
patch 8.1.1291: not easy to change directory and restore Problem: Not easy to change directory and restore. Solution: Add the chdir() function. (Yegappan Lakshmanan, closes #4358)
diff --git a/src/version.c b/src/version.c index 676c383..09bb1be 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1291, +/**/ 1290, /**/ 1289,