commit | 8d3b51084a5bdcd2ee9e31bc03cba0d16c43d428 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 21:29:01 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 21:29:01 2019 +0200 |
tree | 9d639842238d3d284834750ef03b4bc6e550903e | |
parent | a0d1fef4ebb693696464c5e22e33269f724b8e0e [diff] [blame] |
patch 8.1.1988: :startinsert! does not work the same way as "A" Problem: :startinsert! does not work the same way as "A". Solution: Use the same code to move the cursor. (closes #4896)
diff --git a/src/version.c b/src/version.c index 420d1ff..52e12ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1988, +/**/ 1987, /**/ 1986,