commit | 23003e51e18371afda4420d9e171a3dcba5a31cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 22 16:37:07 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 22 16:37:07 2021 +0200 |
tree | 0f1f96711b2f6ff2fb787b30c50d77d4eed81269 | |
parent | 40fa12aea352474d229f2f750e954a4318aead4e [diff] [blame] |
patch 8.2.3454: using a count with "gp" leave cursor in wrong position Problem: Using a count with "gp" leave cursor in wrong position. (Naohiro Ono) Solution: Count the inserted lines. (closes #8899)
diff --git a/src/version.c b/src/version.c index b113088..fb36b14 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3454, +/**/ 3453, /**/ 3452,