commit | fea43e44c008a7ca73b506ddab0f47b63b5d2126 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 21:34:05 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 21:34:05 2021 +0000 |
tree | d121c20d7e5e3f4295bac154f6637de839210f5e | |
parent | bc404bfb32cf2bef34050d2aeae0ea72ccf980cc [diff] [blame] |
patch 8.2.3856: Vim9: not enough tests Problem: Vim9: not enough tests. Solution: Run more expression tests also with Vim9. Fix an uncovered problem.
diff --git a/src/version.c b/src/version.c index 873b972..95bcb39 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3856, +/**/ 3855, /**/ 3854,