mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
faec6fcc6a
commit
ce1b4f95fe
@ -74,6 +74,7 @@ func Test_argadd()
|
|||||||
call assert_equal(1, len(argv()))
|
call assert_equal(1, len(argv()))
|
||||||
call assert_equal('some file', get(argv(), 0, ''))
|
call assert_equal('some file', get(argv(), 0, ''))
|
||||||
|
|
||||||
|
call delete('Xargadd')
|
||||||
%argd
|
%argd
|
||||||
new
|
new
|
||||||
arga
|
arga
|
||||||
|
Loading…
Reference in New Issue
Block a user