0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

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)
This commit is contained in:
Bram Moolenaar 2018-09-24 21:32:11 +02:00
parent c75878c923
commit d339828b4b
2 changed files with 3 additions and 0 deletions

View 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

View File

@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
430,
/**/
429,
/**/