commit | a272624c763fea9f98510bbc5b1f2b65a309c765 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 16:36:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 16:36:43 2022 +0100 |
tree | 29c9417c974f79247988d36f48830c5e547b1680 | |
parent | de8be2beaeb99961247766a9b8181429be1617d6 [diff] [blame] |
patch 8.2.5112: gui test hangs on MS-Windows Problem: Gui test hangs on MS-Windows. Solution: Use "!start" to start Vim.
diff --git a/src/version.c b/src/version.c index a438340..66b03c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5112, +/**/ 5111, /**/ 5110,