diff options
| author | Gregory Anders <greg@gpanders.com> | 2021-08-17 21:30:58 -0600 |
|---|---|---|
| committer | Gregory Anders <greg@gpanders.com> | 2021-08-18 12:17:12 -0600 |
| commit | d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e (patch) | |
| tree | 051f9f743f3786de6997f7f1f8e88e1ee6d8bcc5 /src/nvim/testdir/test_autocmd.vim | |
| parent | d417e67e595a9eb19797866e91bb80b4fe299a94 (diff) | |
| download | rneovim-d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e.tar.gz rneovim-d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e.tar.bz2 rneovim-d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e.zip | |
test: update tests to work with 'hidden'
Diffstat (limited to 'src/nvim/testdir/test_autocmd.vim')
| -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 c8138e5ca9..015979e1be 100644 --- a/src/nvim/testdir/test_autocmd.vim +++ b/src/nvim/testdir/test_autocmd.vim @@ -998,6 +998,7 @@ func Test_bufunload_all() endfunc au BufUnload * call UnloadAllBufs() au VimLeave * call writefile(['Test Finished'], 'Xout') + set nohidden edit Xxx1 split Xxx2 q |