commit | f47c5a8e2d8eda7c2c8a9cccf9568eb56c03a0cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 15:17:21 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 15:17:21 2021 +0000 |
tree | d494b8e64cfee58471197e389c0b731f4309cb14 | |
parent | 265f811f5a2dac81d9698f5202a661a04ed095f1 [diff] [blame] |
patch 8.2.3852: Vim9: not enough tests Problem: Vim9: not enough tests. Solution: Also run existing tests for Vim9 script. Make errors more consistent.
diff --git a/src/version.c b/src/version.c index d65a5c1..288b23a 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3852, +/**/ 3851, /**/ 3850,