mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0-193
This commit is contained in:
@@ -6967,6 +6967,14 @@ ex_drop(eap)
|
||||
*/
|
||||
set_arglist(eap->arg);
|
||||
|
||||
/*
|
||||
* Expanding wildcards may result in an empty argument list. E.g. when
|
||||
* editing "foo.pyc" and ".pyc" is in 'wildignore'. Assume that we
|
||||
* already did an error message for this.
|
||||
*/
|
||||
if (ARGCOUNT == 0)
|
||||
return;
|
||||
|
||||
# ifdef FEAT_WINDOWS
|
||||
if (cmdmod.tab)
|
||||
{
|
||||
|
Reference in New Issue
Block a user