vim-patch:7.4.2124

Problem:    diffmode test leaves files behind, breaking another test.
Solution:   Delete the files.

623cf88f9c
This commit is contained in:
lonerover
2016-12-23 09:10:15 +08:00
parent f1bfd055a7
commit 4682129449
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -316,7 +316,7 @@ static int included_patches[] = {
// 2127,
// 2126,
// 2125,
// 2124,
2124,
2123,
// 2122 NA
// 2121,