commit | 4f5e39775616795ac7d1c01bf15a1bd316feb387 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 17:30:50 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 17:30:50 2020 +0100 |
tree | ed15c2e1ce7e53cf6a10e632a333207cea4e3117 | |
parent | 2e2f52a4a0fd560d37a11a7383a4d52b63ca6cfc [diff] [blame] |
patch 8.2.2179: Vim9: crash when indexing a dict with a number Problem: Vim9: crash when indexing a dict with a number. Solution: Add ISN_STOREINDEX. (closes #7513)
diff --git a/src/version.c b/src/version.c index aa6967d..9e1327d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2179, +/**/ 2178, /**/ 2177,