Skip to content

Commit

Permalink
patch 7.4.2336
Browse files Browse the repository at this point in the history
Problem:    Running normal mode tests leave a couple of files behind.
            (Yegappan Lakshmanan)
Solution:   Delete the files. (Christian Brabandt)
  • Loading branch information
brammool committed Sep 6, 2016
1 parent 72b4b87 commit df0db16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testdir/test_normal.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2336,
/**/
2335,
/**/
Expand Down

0 comments on commit df0db16

Please sign in to comment.