1
0
forked from aniani/vim

patch 9.0.0824: crash when using win_move_separator() in other tab page

Problem:    Crash when using win_move_separator() in other tab page.
Solution:   Check for valid window in current tab page.
            (closes #11479, closes #11427)
This commit is contained in:
zeertzjq
2022-11-01 11:44:43 +00:00
committed by Bram Moolenaar
parent 7a7db047dc
commit 873f41a018
4 changed files with 27 additions and 4 deletions

View File

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