commit | 312af65d1ac763c060cb5adfcf8ae5beeec97f59 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 21:20:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 21:20:42 2022 +0100 |
tree | 93b34bfb50305dfcae7de8762cdeeb75bf5d4330 | |
parent | 73e28dcc6125f616cf1f2d56443d22428a79e434 [diff] [blame] |
patch 9.0.0492: cmdwin test fails on MS-Windows Problem: Cmdwin test fails on MS-Windows. Solution: Skip test on MS-Windows.
diff --git a/src/version.c b/src/version.c index 15c9404..068369b 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 492, +/**/ 491, /**/ 490,