mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -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:
parent
c75878c923
commit
d339828b4b
@ -94,6 +94,7 @@ func Test_argadd_empty_curbuf()
|
|||||||
call assert_equal('Xargadd', bufname('%'))
|
call assert_equal('Xargadd', bufname('%'))
|
||||||
call assert_equal(2, line('$'))
|
call assert_equal(2, line('$'))
|
||||||
|
|
||||||
|
call delete('Xargadd')
|
||||||
%argd
|
%argd
|
||||||
bwipe!
|
bwipe!
|
||||||
endfunc
|
endfunc
|
||||||
|
@ -794,6 +794,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
430,
|
||||||
/**/
|
/**/
|
||||||
429,
|
429,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user