commit | 2ef951dd31505874ae9ac35a18513ef34ae0ea3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 20:55:26 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 20:55:26 2021 +0100 |
tree | a9be93c17454efbd7edec7c520d6ebaea55f7135 | |
parent | e5a2dc87fd9d63dfd0d9c379e363ee8b8c05b14c [diff] [blame] |
patch 8.2.2290: Vim9: unlet of global variable cannot be compiled Problem: Vim9: unlet of global variable cannot be compiled. Solution: Skip over variables that might be defined later. Give an error if a subscript is found. (closes #7585)
diff --git a/src/version.c b/src/version.c index c5017a4..5585365 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2290, +/**/ 2289, /**/ 2288,