]> granicus.if.org Git - vim/commitdiff
patch 8.1.0430: Xargadd file left behind after running test v8.1.0430
authorBram Moolenaar <Bram@vim.org>
Mon, 24 Sep 2018 19:32:11 +0000 (21:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 24 Sep 2018 19:32:11 +0000 (21:32 +0200)
Problem:    Xargadd file left behind after running test.
Solution:   Delete the file. (Dominique Pelle)

src/testdir/test_arglist.vim
src/version.c

index c558aab7d56b1d3ff9892e291f5350ed032368ba..057cb0d5d60a8b86f6dac19cbf1c19d86df1b24b 100644 (file)
@@ -94,6 +94,7 @@ func Test_argadd_empty_curbuf()
   call assert_equal('Xargadd', bufname('%'))
   call assert_equal(2, line('$'))
 
+  call delete('Xargadd')
   %argd
   bwipe!
 endfunc
index c62e484e83dd03f0808c885343623d9e3a4930eb..7ca18bc16a89adc7ce03246401012e1400b9c9a2 100644 (file)
@@ -794,6 +794,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    430,
 /**/
     429,
 /**/