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

Re: Making built-in completion recognize : as word boundary



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