vim-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)
d339828b4b
This commit is contained in:
Daniel Hahler 2019-06-08 13:46:08 +02:00
parent faec6fcc6a
commit ce1b4f95fe

View File

@ -74,6 +74,7 @@ func Test_argadd()
call assert_equal(1, len(argv()))
call assert_equal('some file', get(argv(), 0, ''))
call delete('Xargadd')
%argd
new
arga