From: Bram Moolenaar Date: Sat, 6 Feb 2021 18:28:48 +0000 (+0100) Subject: patch 8.2.2475: autocommand tests hangs on MS-Windows X-Git-Tag: v8.2.2475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfc3db76b9de217542cc9258301c1b4818a51cd0;p=vim 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/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index e07731d6e..c1d363953 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim @@ -2761,6 +2761,9 @@ endfunc " Fuzzer found some strange combination that caused a crash. func Test_autocmd_normal_mess() + " TODO: why does this hang on Windows? + CheckNotMSWindows + augroup aucmd_normal_test au BufLeave,BufWinLeave,BufHidden,BufUnload,BufDelete,BufWipeout * norm 7q/qc augroup END diff --git a/src/version.c b/src/version.c index 12a5de856..01c9efb0a 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2475, /**/ 2474, /**/