1
0
forked from aniani/vim

patch 8.2.1695: Vim9: crash when using varargs type "any"

Problem:    Vim9: crash when using varargs type "any".
Solution:   Check if uf_va_type is &t_any. (closes #6957)
This commit is contained in:
Bram Moolenaar
2020-09-16 17:22:59 +02:00
parent 573545a55a
commit 2f8cbc4b22
4 changed files with 14 additions and 2 deletions

View File

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