1
0
forked from aniani/vim

patch 8.2.3127: Vim9: no error when adding number to list of string

Problem:    Vim9: no error when adding number to list of string.
Solution:   Check the value type. (closes #8529)
This commit is contained in:
Bram Moolenaar
2021-07-08 20:53:40 +02:00
parent d4ab807d62
commit f32f099761
3 changed files with 13 additions and 1 deletions

View File

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