1
0
forked from aniani/vim

patch 8.2.1207: Vim9: crash in expr test when run in the GUI

Problem:    Vim9: crash in expr test when run in the GUI.
Solution:   Break out of loop over hashtab also when function got removed and
            added.
This commit is contained in:
Bram Moolenaar
2020-07-14 15:01:05 +02:00
parent 1bce831e13
commit 7ce85be63b
3 changed files with 10 additions and 10 deletions

View File

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