Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Making built-in completion recognize : as word boundary
- X-seq: zsh-workers 24700
- From: "Matthias B." <msbREMOVE-THIS@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Making built-in completion recognize : as word boundary
- Date: Sat, 8 Mar 2008 15:21:29 +0100
- In-reply-to: <080301110818.ZM19741@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080229221711.7729241b@buddha> <31312.1204331822@thecus> <20080301141747.320b246f@buddha> <080301110818.ZM19741@xxxxxxxxxxxxxxxxxxxxxx>
On Sat, 01 Mar 2008 11:08:18 -0800
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> Try:
>
> compctl -D -f -x 'W[0,*=*] N[-1,:]' -/
>
> See also Misc/compctl-examples in the zsh source.
Thanks a lot. The following seems to do what I want, namely enable file
completion after : and = anywhere on the command line.
compctl -D -f -x 'N[-1,:=]' -f
MSB
--
Democracy is when the people have the right to make the wrong choices.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author