mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user