commit | dd07c02232e91ee963b91a4477179d4b9548b862 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 13:32:46 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 13:32:46 2021 +0100 |
tree | 0ce135a9a20c1fd590c5f6699e1c6ce7959a040d | |
parent | 983d83ff1cd796ff321074335fa53fbe7ac45a46 [diff] [blame] |
patch 8.2.2477: autocommand tests hang on MS-Windows Problem: Autocommand tests hang on MS-Windows. Solution: Skip a couple of tests. Fix file name.
diff --git a/src/version.c b/src/version.c index c218560..7a91c9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2477, +/**/ 2476, /**/ 2475,