aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_command_count.vim
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2021-05-12 00:44:39 +0200
committerMarco Hinz <mh.codebro@gmail.com>2021-05-12 00:47:21 +0200
commit4ba3d059bfcd5b08b0831e7d71de26284db6dcb9 (patch)
tree91315ea95b65d83bb313d43d3141f9adf60663a0 /src/nvim/testdir/test_command_count.vim
parent7d82ea01025b6981e0233ca9a5e7ee62c8b5bcad (diff)
downloadrneovim-4ba3d059bfcd5b08b0831e7d71de26284db6dcb9.tar.gz
rneovim-4ba3d059bfcd5b08b0831e7d71de26284db6dcb9.tar.bz2
rneovim-4ba3d059bfcd5b08b0831e7d71de26284db6dcb9.zip
Revert "vim-patch:8.1.1378: delete() can not handle a file name that looks like a pattern (#12784)"
This reverts commit 4be0e92db01a502863ac4bb26dd0fee16d833145. Unfortunately, that commit stalled the Windows builds on GHA and likely requires other patches to work properly.
Diffstat (limited to 'src/nvim/testdir/test_command_count.vim')
-rw-r--r--src/nvim/testdir/test_command_count.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_command_count.vim b/src/nvim/testdir/test_command_count.vim
index 36ff4cd1bb..55b230373f 100644
--- a/src/nvim/testdir/test_command_count.vim
+++ b/src/nvim/testdir/test_command_count.vim
@@ -103,8 +103,6 @@ endfunc
func Test_command_count_2()
silent! %argd
- cd
-
arga a b c d
call assert_fails('5argu', 'E16:')