commit | f1a2368d81fc3f70dfcf7d577957185da6ccf0b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 18:55:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 18:55:48 2020 +0200 |
tree | 92d8df1c8d3bbadcd56e10d1b1c956642a196551 | |
parent | bfd65589d9b6bd5fd2c8ee768d1427469bd61ead [diff] [blame] |
patch 8.2.1201: Vim9: crash when passing number as dict key Problem: Vim9: crash when passing number as dict key. Solution: Check key type to be string. (closes #6449)
diff --git a/src/version.c b/src/version.c index 87eda28..2c9c4f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1201, +/**/ 1200, /**/ 1199,