1
0
forked from aniani/vim

patch 9.0.0389: crash when 'tagfunc' closes the window

Problem:    Crash when 'tagfunc' closes the window.
Solution:   Bail out when the window was closed.
This commit is contained in:
Bram Moolenaar
2022-09-05 19:51:13 +01:00
parent 8894761daf
commit ccfde4d028
4 changed files with 27 additions and 0 deletions

View File

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