Patch 8.2.2475
Problem: Autocommand tests hangs on MS-Windows.
Solution: Skip one test.
Files: src/testdir/test_autocmd.vim
*** ../vim-8.2.2474/src/testdir/test_autocmd.vim 2021-02-06
19:19:38.921813939 +0100
--- src/testdir/test_autocmd.vim 2021-02-06 19:26:50.844406711 +0100
***************
*** 2761,2766 ****
--- 2761,2769 ----
" 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
*** ../vim-8.2.2474/src/version.c 2021-02-06 19:19:38.921813939 +0100
--- src/version.c 2021-02-06 19:28:06.320161202 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2475,
/**/
--
'I generally avoid temptation unless I can't resist it."
-- Mae West
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202102061830.116IUEjt2628211%40masaka.moolenaar.net.