]> granicus.if.org Git - vim/commitdiff
patch 7.4.2336 v7.4.2336
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Sep 2016 18:37:41 +0000 (20:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Sep 2016 18:37:41 +0000 (20:37 +0200)
Problem:    Running normal mode tests leave a couple of files behind.
            (Yegappan Lakshmanan)
Solution:   Delete the files. (Christian Brabandt)

src/testdir/test_normal.vim
src/version.c

index 9a8f8f83be3c0b9f386db960619d23f5c6460aa3..b894a633c451ea888fa6390b95ec6f96091a057b 100644 (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
index 63ee919181fec00fdc049d508902c6bcd487de47..1dbd6aaac8e84e33b2975c4f7f99b238eb2b6358 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2336,
 /**/
     2335,
 /**/