neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 407be5975db5dd63671397676eef0279662c603d
parent 69ac382a283c92c54fc40b0017688a60fe89a49c
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed, 20 Apr 2022 10:03:57 +0800

vim-patch:8.2.2475: autocommand tests hangs on MS-Windows

Problem:    Autocommand tests hangs on MS-Windows.
Solution:   Skip one test.
https://github.com/vim/vim/commit/dfc3db76b9de217542cc9258301c1b4818a51cd0

Diffstat:
Msrc/nvim/testdir/test_autocmd.vim | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/nvim/testdir/test_autocmd.vim b/src/nvim/testdir/test_autocmd.vim @@ -2717,6 +2717,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