1
0
forked from aniani/vim

patch 9.0.1608: update_topline() is called twice

Problem:    update_topline() is called twice.
Solution:   Do not call update_topline() before curs_columns(). (Luuk van
            Baal, closes #12495)
This commit is contained in:
Luuk van Baal
2023-06-05 15:00:05 +01:00
committed by Bram Moolenaar
parent 55daae3921
commit 5c606846b9
2 changed files with 6 additions and 10 deletions

View File

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