diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-04-29 21:08:01 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-04-29 21:22:55 +0200 |
commit | 7f8f6ac8d702a3acf59b4bbe754181dada2abade (patch) | |
tree | 7959b3160c564eaa9578d38cdcf66020ca59a4a3 | |
parent | 8cf7daaaa8b16522cddf0d22ab35d28833b8dbbf (diff) | |
download | rneovim-7f8f6ac8d702a3acf59b4bbe754181dada2abade.tar.gz rneovim-7f8f6ac8d702a3acf59b4bbe754181dada2abade.tar.bz2 rneovim-7f8f6ac8d702a3acf59b4bbe754181dada2abade.zip |
test/old: skip Test_swapfile_delete() until "blob" is merged
-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 |