Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Making built-in completion recognize : as word boundary
On Mar 1, 2:17pm, Matthias B. wrote:
}
} > > PATH=/usr/bin:/sb<TAB>
} >
} > Try:
} > setopt magicequalsubst
}
} Doesn't help. Nor would I expect it to based on the documentation. It says
} nothing about effects on TAB-completion.
Try:
compctl -D -f -x 'W[0,*=*] N[-1,:]' -/
See also Misc/compctl-examples in the zsh source.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author