You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue is probably that anything.css ends up getting turned into something like ./anything.css internally.
I wonder if this would be better as a doc fix that encourages the use of zglob patterns everywhere, since they're far more likely to do what you want anyway.
Hmm, or maybe that's not it. Anyway, if you could write a test case that'd be helpful. I'll try to investigate this when I have tuits, but those are in short supply.
The following pattern successfully matches real files, but not pipes.
Produces:
(I've inserted a ^D where I literally pressed ^D)
However, it works fine with an extended zglob, thus
The difference is there's no warning (it is irrelevant whether the input file is valid according to the plugin).
The text was updated successfully, but these errors were encountered: