summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-05 21:29:01 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-05 21:29:01 +0200
commit8d3b51084a5bdcd2ee9e31bc03cba0d16c43d428 (patch)
tree9d639842238d3d284834750ef03b4bc6e550903e /src/version.c
parenta0d1fef4ebb693696464c5e22e33269f724b8e0e (diff)
patch 8.1.1988: :startinsert! does not work the same way as "A"v8.1.1988
Problem: :startinsert! does not work the same way as "A". Solution: Use the same code to move the cursor. (closes #4896)
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 420d1ff525..52e12ee746 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1988,
+/**/
1987,
/**/
1986,