Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Update the description of S flag in the completion
On that occasion, isn't this a bug?:
❯ str="ab##c#d"; print ${(S)str##\#}
ab#c#d
❯ str="ab##c#d"; print ${(S)str##\##}
ab##c#d
Why no match at all in the second case?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author