commit | dce2441a603f2c9343a4a46091283a32420d80a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 20:35:30 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 20:35:30 2022 +0000 |
tree | 649301b5de780305aa6869466f859fe86692d55a | |
parent | 3a5988c025f8517ba382730dc54bb13df937edb4 [diff] [blame] |
patch 8.2.4332: Vim9: incomplete test for existing script variable in block Problem: Vim9: incomplete test for existing script variable in block. Solution: Add a couple more tests. Fix uncovered problem.
diff --git a/src/version.c b/src/version.c index e0bb6e1..9f3dfd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4332, +/**/ 4331, /**/ 4330,