commit | 3e9c0b9608736e7d888f3141443f8754143364d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 12 10:39:10 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 12 10:39:10 2021 +0200 |
tree | 123097cacec39d41bb9a20b95a030ba8f2e787bb | |
parent | 4f0884d6e24d1d45ec83fd86b372b403177d3298 [diff] [blame] |
patch 8.2.3333: 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.
diff --git a/src/version.c b/src/version.c index 9579c27..4e37402 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3333, +/**/ 3332, /**/ 3331,