diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-06-19 22:36:39 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-07-26 05:19:05 -0400 |
commit | 0fb05b2c7de757f7722c4e8133fea4f5fd359a6e (patch) | |
tree | 7013481cb7b448adc26f32e8213e8e603de6511e /src | |
parent | cbda383efefc78f87f8574a960f4c41a8d8107c9 (diff) | |
download | rneovim-0fb05b2c7de757f7722c4e8133fea4f5fd359a6e.tar.gz rneovim-0fb05b2c7de757f7722c4e8133fea4f5fd359a6e.tar.bz2 rneovim-0fb05b2c7de757f7722c4e8133fea4f5fd359a6e.zip |
Revert "vim-patch:8.1.0430: Xargadd file left behind after running test"
This reverts commit ce1b4f95fe684082cc9fb7e7e018e4f7c04338c4.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_arglist.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_arglist.vim b/src/nvim/testdir/test_arglist.vim index 7d5511f587..db5d3558fe 100644 --- a/src/nvim/testdir/test_arglist.vim +++ b/src/nvim/testdir/test_arglist.vim @@ -74,7 +74,6 @@ func Test_argadd() call assert_equal(1, len(argv())) call assert_equal('some file', get(argv(), 0, '')) - call delete('Xargadd') %argd new arga |