1
0
forked from aniani/vim

patch 8.2.0908: crash when changing the function table while listing it

Problem:    Crash when changing the function table while listing it.
Solution:   Bail out when the function table changes. (closes #6209)
This commit is contained in:
Bram Moolenaar
2020-06-05 21:06:10 +02:00
parent 07188fc5ef
commit 3fffa97159
3 changed files with 67 additions and 31 deletions

View File

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