diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-12-20 12:25:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-12-20 12:25:03 +0000 |
commit | a99fb23842f055c511bfe1b62de7bbd14d5a99c0 (patch) | |
tree | b62bae850d599924470ac53de83824b285cbcb1b /src/version.c | |
parent | 003312b1d2ee2f4922f473b8bf50af6663c0efac (diff) | |
download | vim-git-a99fb23842f055c511bfe1b62de7bbd14d5a99c0.tar.gz |
patch 8.2.3859: Vim9: some code lines not testedv8.2.3859
Problem: Vim9: some code lines not tested.
Solution: Add a few specific tests.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a7f372dd6..38c9e0098 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3859, +/**/ 3858, /**/ 3857, |