Revert "vim-patch:8.1.1378: delete() can not handle a file name that looks like a pattern (#12784)"

This reverts commit 4be0e92db0.

Unfortunately, that commit stalled the Windows builds on GHA and likely requires
other patches to work properly.
This commit is contained in:
Marco Hinz
2021-05-12 00:44:39 +02:00
parent 7d82ea0102
commit 4ba3d059bf
10 changed files with 168 additions and 134 deletions

View File

@@ -103,8 +103,6 @@ endfunc
func Test_command_count_2()
silent! %argd
cd
arga a b c d
call assert_fails('5argu', 'E16:')