Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Using functions for FNG



On Jul 18, 2014 11:47 AM, "zzapper" <david@xxxxxxxxxxxxxx> wrote:
>
> gvim.exe /c/aax/*(.om[1]+cyg)
>
> I know reply is a magic variable and can guess how the above works but
> anyone care to explain it?.

It's in the docs ("man zshexpn" or info section Glob Qualifiers) under the
"e" qualifier [not to be confused with the #e pattern flag].  "+" is a
shorthand synonym for "e" when using function names.

The doc even includes a couple of examples.


Messages sorted by: Reverse Date, Date, Thread, Author