1
0
forked from aniani/vim

patch 8.2.1748: closing split window in other tab may cause a crash

Problem:    Closing split window in other tab may cause a crash.
Solution:   Set tp_curwin properly. (Rob Pilling, closes #7018)
This commit is contained in:
Bram Moolenaar
2020-09-26 19:11:39 +02:00
parent 8f187fc630
commit f3c51bbff1
3 changed files with 24 additions and 5 deletions

View File

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