commit | 10c65860f83589e0ca2498393d3cfef1115b7fe8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 08 21:16:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 08 21:16:42 2020 +0200 |
tree | 5c52d0ded7ae00e522bcff80afff0e20bfed2389 | |
parent | 0876c78527469ddf50c23244566dd5bc35004307 [diff] [blame] |
patch 8.2.1813: Vim9: can assign wrong type to script dict Problem: Vim9: can assign wrong type to script dict. (Christian J. Robinson) Solution: Check the type if known.
diff --git a/src/version.c b/src/version.c index 1c8629d..7d62814 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1813, +/**/ 1812, /**/ 1811,