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

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



On Saturday 01 March 2008, Oliver Kiddle wrote:
> 
> "Matthias B." wrote:
> > Something that's been bothering me for years now with zsh is that the
> > built-in completion can't complete
> > 
> > PATH=/usr/bin:/sb<TAB>
> 
> Try:
>   setopt magicequalsubst
> 

Well, as it works with "new" completion ouf-of-the-box, is there any reason to
use compctl now?

{pts/1}% print $options[magicequalsubst]
off
{pts/1}% PATH=/usr/bin:/sbTAB
{pts/1}% PATH=/usr/bin:/sbin/

Attachment: signature.asc
Description: This is a digitally signed message part.



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