1
0
forked from aniani/vim

patch 9.0.1362: ml_get error when going to another tab

Problem:    ml_get error when going to another tab. (Daniel J. Perry)
Solution:   Do not call update_topline() if "curwin" is invalid.
            (closes #11907)
This commit is contained in:
Bram Moolenaar
2023-02-27 17:18:01 +00:00
parent dd60c365cd
commit 99ad3a8bb9
3 changed files with 22 additions and 5 deletions

View File

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