summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-02-22 18:48:11 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-22 18:48:11 +0000
commit29a9e6971849b4a9eabf14fee1130d51cecfbaa7 (patch)
treeca107de5561787d29c25b626c77a502ef4f929af /src/version.c
parent68eab67119734ea1efc7cef1287276d969f2713a (diff)
patch 8.2.4445: exit test fails on MS-Windows anywayv8.2.4445
Problem: Exit test fails on MS-Windows anyway. Solution: Skip the test on MS-Windows.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 646f1edaaa..cb6e8e3e87 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4445,
+/**/
4444,
/**/
4443,