1
0
forked from aniani/vim

patch 8.2.4814: possible to leave a popup window with win_gotoid()

Problem:    Possible to leave a popup window with win_gotoid().
Solution:   Give an error when trying to leave a popup window with
            win_gotoid(). (closes #10253)
This commit is contained in:
LemonBoy
2022-04-23 14:07:56 +01:00
committed by Bram Moolenaar
parent 2c40707baa
commit 4a392d2440
3 changed files with 21 additions and 0 deletions

View File

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