commit | 651e4056aceaa580df9e2fff575a6402d5c6f0dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 18:34:46 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 18:34:46 2017 +0100 |
tree | 024cdbfa7fb8f33e6c0dd13c99247c0d6a423380 | |
parent | 8c752bd6c4af54c0b7bac35a39acc2bf16015f85 [diff] [blame] |
patch 8.0.0487: the autocmd test hangs on MS-Windows Problem: The autocmd test hangs on MS-Windows. Solution: Skip the hanging tests for now.
diff --git a/src/version.c b/src/version.c index 7cd12eb..c9d7361 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 487, +/**/ 486, /**/ 485,