diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-23 10:31:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-23 10:31:35 +0200 |
commit | 79ea7709b7cab13b89d98088f4733a354a7f2a54 (patch) | |
tree | 2c5c0bb0f9e44e96c5d8fce7d2772af8d8041bbe /src/nvim/testdir | |
parent | c6eb1f42bec06e92c2c5ee9a523af4e46ac05083 (diff) | |
parent | 71378a40308cd987626ebccb5882897d41c86c7a (diff) | |
download | rneovim-79ea7709b7cab13b89d98088f4733a354a7f2a54.tar.gz rneovim-79ea7709b7cab13b89d98088f4733a354a7f2a54.tar.bz2 rneovim-79ea7709b7cab13b89d98088f4733a354a7f2a54.zip |
Merge #9163 'fix crash wiping buffer after getbufinfo()'
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r-- | src/nvim/testdir/test_autocmd.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_autocmd.vim b/src/nvim/testdir/test_autocmd.vim index b686d0292f..4c9df0cb16 100644 --- a/src/nvim/testdir/test_autocmd.vim +++ b/src/nvim/testdir/test_autocmd.vim @@ -811,7 +811,6 @@ endfunc " Test for autocommand that deletes the current buffer on BufLeave event. " Also test deleting the last buffer, should give a new, empty buffer. func Test_BufLeave_Wipe() - throw 'skipped: TODO: ' %bwipe! let content = ['start of test file Xxx', \ 'this is a test', |