1
0
forked from aniani/vim

patch 8.2.0204: crash when using winnr('j') in a popup window

Problem:    Crash when using winnr('j') in a popup window.
Solution:   Do not search for neighbors in a popup window. (closes #5568)
This commit is contained in:
Bram Moolenaar
2020-02-03 22:15:26 +01:00
parent e20b9ececa
commit 631ebc4814
4 changed files with 20 additions and 3 deletions

View File

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