Hi
Attached patch removes file Xargadd which was
not removed when running tests.
Dominique
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff --git a/src/testdir/test_arglist.vim b/src/testdir/test_arglist.vim
index c558aab7d..057cb0d5d 100644
--- a/src/testdir/test_arglist.vim
+++ b/src/testdir/test_arglist.vim
@@ -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