commit | 09ca932f8e7d63a83b39baa7c03d4c6145e3baab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 17:40:45 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 17:40:45 2017 +0200 |
tree | 56da738a73422e376a8eed5779bab6e620498c08 | |
parent | 6edeaf387c7218a84a5521a4e82b4000496b523b [diff] [blame] |
patch 8.0.1151: "vim -c startinsert!" doesn't append Problem: "vim -c startinsert!" doesn't append. Solution: Correct line number on startup. (Christian Brabandt, closes #2117)
diff --git a/src/version.c b/src/version.c index e96e77b..f948b8e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1151, +/**/ 1150, /**/ 1149,