commit | 55b6b60b691eca7058535006113a1adffda4cabf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 15 23:05:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 15 23:05:59 2021 +0200 |
tree | a67397c1df6a317325b45e2f17711c133951f90a | |
parent | 61a417b7c1fe858d778c7c47f33f7b4dac19360d [diff] [blame] |
patch 8.2.3008: startup test may hang Problem: Startup test may hang. Solution: Add quit command in the script.
diff --git a/src/version.c b/src/version.c index 67330fc..f3b3403 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3008, +/**/ 3007, /**/ 3006,