commit | b90ac5e96e40706ffb039db64b92fcd16fa78c04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 16 10:59:36 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 16 10:59:36 2021 +0200 |
tree | 8407bea43915c17fbe43f10b0950030af33ee485 | |
parent | 55b6b60b691eca7058535006113a1adffda4cabf [diff] [blame] |
patch 8.2.3009: startup test may hang Problem: Startup test may hang. Solution: Do not run the test in the GUI.
diff --git a/src/version.c b/src/version.c index f3b3403..1c680f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3009, +/**/ 3008, /**/ 3007,