diff options
-rw-r--r-- | src/nvim/testdir/test_swap.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_swap.vim b/src/nvim/testdir/test_swap.vim index 1000422813..c7e164ea00 100644 --- a/src/nvim/testdir/test_swap.vim +++ b/src/nvim/testdir/test_swap.vim @@ -127,6 +127,7 @@ func Test_swapname() endfunc func Test_swapfile_delete() + throw 'skipped: need the "blob" feature for this test' autocmd! SwapExists function s:swap_exists() let v:swapchoice = s:swap_choice |