commit | a99fb23842f055c511bfe1b62de7bbd14d5a99c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 12:25:03 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 12:25:03 2021 +0000 |
tree | b62bae850d599924470ac53de83824b285cbcb1b | |
parent | 003312b1d2ee2f4922f473b8bf50af6663c0efac [diff] [blame] |
patch 8.2.3859: Vim9: some code lines not tested Problem: Vim9: some code lines not tested. Solution: Add a few specific tests.
diff --git a/src/version.c b/src/version.c index a7f372d..38c9e00 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3859, +/**/ 3858, /**/ 3857,