commit | 3a5988c025f8517ba382730dc54bb13df937edb4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 19:23:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 19:23:35 2022 +0000 |
tree | caa60e6536c42347e9a771236b08c2c337aa683d | |
parent | 779aeff5c32c26161f42cdccbaa2376e78ee77d6 [diff] [blame] |
patch 8.2.4331: Vim9: no test for existing script variable in block Problem: Vim9: no test for existing script variable in block. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index d7da6df..e0bb6e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4331, +/**/ 4330, /**/ 4329,