commit | 2d2950198231a31bf87c1cd4322099cc36b0bb93 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 16:29:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 16:29:34 2022 +0100 |
tree | a45f361420fb09f8ba52d43d9153ce616b6bee6d | |
parent | c5274dd12224421f2430b30c53b881b9403d649e [diff] [blame] |
patch 9.0.0027: the command line test is getting quite big Problem: The command line test is getting quite big. Solution: Move command line window tests to a separate file.
diff --git a/src/version.c b/src/version.c index 0eb5863..4585915 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 27, +/**/ 26, /**/ 25,