diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-01-18 06:27:26 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-01-18 06:50:47 +0800 |
commit | 8c344378b8c22a0d47db294daa7483763c75fba6 (patch) | |
tree | 184d642e1c8712807497683a757ff11c15c00e01 /src | |
parent | f4e03cbdbc88bd0c1095918df11450c98b729988 (diff) | |
download | rneovim-8c344378b8c22a0d47db294daa7483763c75fba6.tar.gz rneovim-8c344378b8c22a0d47db294daa7483763c75fba6.tar.bz2 rneovim-8c344378b8c22a0d47db294daa7483763c75fba6.zip |
vim-patch:9.0.1214: file left behind after running tests
Problem: File left behind after running tests.
Solution: Delete the file. (Dominique Pellé, closes vim/vim#11839)
https://github.com/vim/vim/commit/541c87c808df91b55e51fedc4987152a3edfe80d
Co-authored-by: Dominique Pelle <dominique.pelle@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_autocmd.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_autocmd.vim b/src/nvim/testdir/test_autocmd.vim index 704ff6ec55..df3123c21a 100644 --- a/src/nvim/testdir/test_autocmd.vim +++ b/src/nvim/testdir/test_autocmd.vim @@ -629,6 +629,7 @@ func Test_WinScrolled_diff() \ }, event) call StopVimInTerminal(buf) + call delete('XscrollEvent') endfunc func Test_WinClosed() |