commit | bd77aa92744d79f3ba69aee713739ec17da474f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 12 17:06:05 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 12 17:06:05 2021 +0200 |
tree | ffe1f2f98398d9be1ba2e05e0f57e72cd5c5ad55 | |
parent | 3e9c0b9608736e7d888f3141443f8754143364d7 [diff] [blame] |
patch 8.2.3334: Vim9: not enough tests run with Vim9 Problem: Vim9: not enough tests run with Vim9. Solution: Run a few more tests in Vim9 script and :def function. Fix islocked(). Fix error for locking local variable.
diff --git a/src/version.c b/src/version.c index 4e37402..d903192 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3334, +/**/ 3333, /**/ 3332,