aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_diffmode.vim
diff options
context:
space:
mode:
authorlonerover <pathfinder1644@yahoo.com>2016-12-23 09:10:15 +0800
committerlonerover <pathfinder1644@yahoo.com>2016-12-23 09:13:05 +0800
commit4682129449d84e7ed578d50ae20d8c688c849e2a (patch)
tree785875ef4c303ee155ba428f0d1061c01d647afe /src/nvim/testdir/test_diffmode.vim
parentf1bfd055a7f461fd6c3770b28d08b922838ee6b0 (diff)
downloadrneovim-4682129449d84e7ed578d50ae20d8c688c849e2a.tar.gz
rneovim-4682129449d84e7ed578d50ae20d8c688c849e2a.tar.bz2
rneovim-4682129449d84e7ed578d50ae20d8c688c849e2a.zip
vim-patch:7.4.2124
Problem: diffmode test leaves files behind, breaking another test. Solution: Delete the files. https://github.com/vim/vim/commit/623cf88f9c5ad49cce8e846af29a1bb9346c7481
Diffstat (limited to 'src/nvim/testdir/test_diffmode.vim')
-rw-r--r--src/nvim/testdir/test_diffmode.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_diffmode.vim b/src/nvim/testdir/test_diffmode.vim
index e5d9ff94d9..39376bdabf 100644
--- a/src/nvim/testdir/test_diffmode.vim
+++ b/src/nvim/testdir/test_diffmode.vim
@@ -145,6 +145,8 @@ func Test_vert_split()
call assert_equal(0, &cursorbind)
call assert_equal(1, &wrap)
+ call delete('Xtest')
+ call delete('Xtest2')
windo bw!
endfunc