1
0
forked from aniani/vim

patch 9.0.1476: lines put in non-current window are not displayed

Problem:    Lines put in non-current window are not displayed. (Marius
            Gedminas)
Solution:   Don't increment the topline when inserting just above it.
            (closes #12212)
This commit is contained in:
Bram Moolenaar
2023-04-22 15:35:28 +01:00
parent 9be736f2eb
commit e7f05a8780
30 changed files with 315 additions and 276 deletions

View File

@@ -695,6 +695,10 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1476,
/**/
1475,
/**/
1474,
/**/