1
0
forked from aniani/vim

patch 8.2.2146: Vim9: automatic conversion of number to string for dict key

Problem:    Vim9: automatic conversion of number to string for dict key.
Solution:   Do not convert number to string. (closes #7474)
This commit is contained in:
Bram Moolenaar
2020-12-15 21:41:56 +01:00
parent 399ea8108c
commit 9987fb0b4b
3 changed files with 15 additions and 0 deletions

View File

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