summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-07 22:06:52 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-07 22:06:52 +0200
commit1063f3d2008f22d02ccfa9dab83a23db52febbdc (patch)
treeed4a5e7fddc01bdf2abb1d0d7931010c724d4ac5 /src/version.c
parentfd31e45e4bccd7070d02e4d20bcab1f45b271600 (diff)
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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 676c383062..09bb1be853 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,