changeset 14836:516fc9fc4f1f v8.1.0430

patch 8.1.0430: Xargadd file left behind after running test commit https://github.com/vim/vim/commit/d339828b4b0dde662dc9ce65baf1cc098aec402c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 24 21:32:11 2018 +0200 patch 8.1.0430: Xargadd file left behind after running test Problem: Xargadd file left behind after running test. Solution: Delete the file. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Mon, 24 Sep 2018 21:45:09 +0200
parents 36b3ea49d990
children e6a685b2c5b2
files src/testdir/test_arglist.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_arglist.vim
+++ b/src/testdir/test_arglist.vim
@@ -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
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    430,
+/**/
     429,
 /**/
     428,