commit | dfc3db76b9de217542cc9258301c1b4818a51cd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 19:28:48 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 19:28:48 2021 +0100 |
tree | 4ba1c9737fedcc440658be2e4ba2fa3cc6ab2667 | |
parent | 2c7080bf1ceef4a7779644fd428b2386a0676794 [diff] [blame] |
patch 8.2.2475: autocommand tests hangs on MS-Windows Problem: Autocommand tests hangs on MS-Windows. Solution: Skip one test.
diff --git a/src/version.c b/src/version.c index 12a5de8..01c9efb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2475, +/**/ 2474, /**/ 2473,