Skip to content

Commit df0db16

Browse files
committed
patch 7.4.2336
Problem: Running normal mode tests leave a couple of files behind. (Yegappan Lakshmanan) Solution: Delete the files. (Christian Brabandt)
1 parent 72b4b87 commit df0db16

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/testdir/test_normal.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,8 @@ func! Test_normal19_z_spell()
11251125
exe "lang" oldlang
11261126
call delete("./Xspellfile.add")
11271127
call delete("./Xspellfile2.add")
1128+
call delete("./Xspellfile.add.spl")
1129+
call delete("./Xspellfile2.add.spl")
11281130

11291131
" zux -> no-op
11301132
2

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2336,
766768
/**/
767769
2335,
768770
/**/

0 commit comments

Comments
 (0)