changeset 10130:de20f2434807 v7.4.2336

commit https://github.com/vim/vim/commit/df0db16cf74281a83a9ea3388a2ef9aedccd013c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 20:37:41 2016 +0200 patch 7.4.2336 Problem: Running normal mode tests leave a couple of files behind. (Yegappan Lakshmanan) Solution: Delete the files. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 20:45:06 +0200
parents af5497a26f0e
children b314d98c3088
files src/testdir/test_normal.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_normal.vim
+++ b/src/testdir/test_normal.vim
@@ -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
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2336,
+/**/
     2335,
 /**/
     2334,