diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-07 22:06:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-07 22:06:52 +0200 |
commit | 1063f3d2008f22d02ccfa9dab83a23db52febbdc (patch) | |
tree | ed4a5e7fddc01bdf2abb1d0d7931010c724d4ac5 /src/version.c | |
parent | fd31e45e4bccd7070d02e4d20bcab1f45b271600 (diff) | |
download | vim-git-1063f3d2008f22d02ccfa9dab83a23db52febbdc.tar.gz |
patch 8.1.1291: not easy to change directory and restorev8.1.1291
Problem: Not easy to change directory and restore.
Solution: Add the chdir() function. (Yegappan Lakshmanan, closes #4358)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 676c38306..09bb1be85 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1291, +/**/ 1290, /**/ 1289, |