1
0
forked from aniani/vim

patch 9.0.0416: ml_get error when appending lines in popup window

Problem:    ml_get error when appending lines in popup window.
Solution:   Only update w_topline when w_buffer matches curbuf.
            (closes #11074)
This commit is contained in:
Bram Moolenaar
2022-09-08 13:43:10 +01:00
parent 0500e87eba
commit 58a3cae3eb
4 changed files with 45 additions and 1 deletions

View File

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