commit | 9987fb0b4b591e6450fb1dfbe8f615f365057f2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 15 21:41:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 15 21:41:56 2020 +0100 |
tree | 934e6a83812494bf39b91c168935636c70bf9492 | |
parent | 399ea8108c8da3fcdf5d738a0f8eae67155b4b10 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index aeac265..a95042c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2146, +/**/ 2145, /**/ 2144,