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:
parent
c75878c923
commit
d339828b4b
@ -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
|
||||
|
@ -794,6 +794,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
430,
|
||||
/**/
|
||||
429,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user