1
0
forked from aniani/vim

patch 8.2.1997: window changes when using bufload() while in a terminal popup

Problem:    Window changes when using bufload() while in a terminal popup.
Solution:   When searching for a window by ID also find a popup window.
            (closes #7307)
This commit is contained in:
Bram Moolenaar
2020-11-16 20:47:31 +01:00
parent 193f6201b4
commit 8adc8d9b73
3 changed files with 28 additions and 0 deletions

View File

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