commit | 07a65d26e7d76ad22d6ef23b50c0faa25e435e02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 26 20:09:15 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 26 20:09:15 2020 +0100 |
tree | 535d92696d0537917b742d8655e2d09643a38fb8 | |
parent | cdc40c43f1008bda2f173d3a13606236679e8067 [diff] [blame] |
patch 8.2.2224: Vim9: crash if script reloaded with different variable type Problem: Vim9: crash if script reloaded with different variable type. Solution: Check the type when accessing the variable.
diff --git a/src/version.c b/src/version.c index 00e5596..02e0757 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2224, +/**/ 2223, /**/ 2222,