summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-06-04 20:34:23 +0200
committerBram Moolenaar <Bram@vim.org>2018-06-04 20:34:23 +0200
commitadb8fbec4f4059d214fe6acf2485ffd35e803450 (patch)
tree6e91c9fd410bb086c611cd0f48cc18d611d1cb91 /src/version.c
parentacb9effecc9f54b93398a44cc0ec40e77978e094 (diff)
patch 8.1.0034: cursor not restored with ":edit #"v8.1.0034
Problem: Cursor not restored with ":edit #". Solution: Don't assume autocommands moved the cursor when it was moved to the first non-blank.
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 52269e7e84..a3f5c052fe 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 34,
+/**/
33,
/**/
32,