From 4ba3d059bfcd5b08b0831e7d71de26284db6dcb9 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 12 May 2021 00:44:39 +0200 Subject: 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. --- src/nvim/testdir/test_command_count.vim | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nvim/testdir/test_command_count.vim') 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:') -- cgit