1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-09-22 16:37:07 +02:00
parent 40fa12aea3
commit 23003e51e1
3 changed files with 23 additions and 3 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3454,
/**/
3453,
/**/