From 7f8f6ac8d702a3acf59b4bbe754181dada2abade Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 29 Apr 2019 21:08:01 +0200 Subject: test/old: skip Test_swapfile_delete() until "blob" is merged --- src/nvim/testdir/test_swap.vim | 1 + 1 file changed, 1 insertion(+) 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 -- cgit