vim-patch:7.4.2336

Problem:    Running normal mode tests leave a couple of files behind.
            (Yegappan Lakshmanan)
Solution:   Delete the files. (Christian Brabandt)

df0db16cf7
This commit is contained in:
raichoo
2017-03-11 10:44:35 +01:00
parent 1e33c88685
commit 4500b16f15
2 changed files with 3 additions and 1 deletions

View File

@@ -1125,6 +1125,8 @@ func! Test_normal19_z_spell()
exe "lang" oldlang
call delete("./Xspellfile.add")
call delete("./Xspellfile2.add")
call delete("./Xspellfile.add.spl")
call delete("./Xspellfile2.add.spl")
" zux -> no-op
2

View File

@@ -105,7 +105,7 @@ static int included_patches[] = {
// 2339,
// 2338 NA
2337,
// 2336,
2336,
2335,
// 2334,
2333,