commit | 5cb53b7afe6bde8f2bf6fc6b65b86071b67a8554 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 26 19:54:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 26 19:54:05 2022 +0100 |
tree | 5daae23e5f261de0600fc72fc1b945be9028ce98 | |
parent | e2fa213cf571041dbd04ab0329303ffdc980678a [diff] [blame] |
patch 8.2.5025: Vim9: a few lines not covered by tests Problem: Vim9: a few lines not covered by tests. Solution: Add a few tests.
diff --git a/src/version.c b/src/version.c index ec52074..1b7615c 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5025, +/**/ 5024, /**/ 5023,