0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.2336

Problem:    Running normal mode tests leave a couple of files behind.
            (Yegappan Lakshmanan)
Solution:   Delete the files. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar 2016-09-06 20:37:41 +02:00
parent 72b4b870fc
commit df0db16cf7
2 changed files with 4 additions and 0 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

@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2336,
/**/
2335,
/**/