mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
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:
@@ -1125,6 +1125,8 @@ func! Test_normal19_z_spell()
|
|||||||
exe "lang" oldlang
|
exe "lang" oldlang
|
||||||
call delete("./Xspellfile.add")
|
call delete("./Xspellfile.add")
|
||||||
call delete("./Xspellfile2.add")
|
call delete("./Xspellfile2.add")
|
||||||
|
call delete("./Xspellfile.add.spl")
|
||||||
|
call delete("./Xspellfile2.add.spl")
|
||||||
|
|
||||||
" zux -> no-op
|
" zux -> no-op
|
||||||
2
|
2
|
||||||
|
@@ -105,7 +105,7 @@ static int included_patches[] = {
|
|||||||
// 2339,
|
// 2339,
|
||||||
// 2338 NA
|
// 2338 NA
|
||||||
2337,
|
2337,
|
||||||
// 2336,
|
2336,
|
||||||
2335,
|
2335,
|
||||||
// 2334,
|
// 2334,
|
||||||
2333,
|
2333,
|
||||||
|
Reference in New Issue
Block a user