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

Re: autocompletion of file url's



On Thu, Aug 03, 2006 at 11:09:46AM +0100, Nathan Haigh wrote:
[...]
> However, I'm experiencing 1 little hiccup: having the 2 line above
> uncommented seem to stop a command working which  allow autocompletion
> to be a little more forgiving with regards to case:<br>
> compctl -M '' 'm:{_a-z-}={-A-Z_}'<br>

You should be able to use this instead:

zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'

[...]

Please refrain from sending html mails.

-- 
with kind regards
Thor Andreassen



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