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

completion issue



Hi there!

I experienced some issue, related to completion. Here is some summarizing of my debug-digging:

When I have any (or both, like in my usual .zshrc) line of:
> zstyle ':completion:::::' completer _expand _force_rehash _complete _ignored _gnu_generic _approximate
or:
> zstyle ':completion:*' completer _complete _ignored _gnu_generic _approximate _oldlist _force_rehash

and trying to call completion of, for example, non-existant path on FS, I get error:
> _arguments:comparguments:312: invalid option definition: -V[N]fname[Be verbose (level N) (log messages to fname)]

When I have also:
> zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z} r:|[._-]=** r:|=**' 'm:{a-z}={A-Z} m:{a-zA-Z}={A-Za-z} r:|[._-]=** r:|=** l:|=*' 'm:{a-zA-Z}={A-Za-z} r:|[._-]=** r:|=** l:|=*' 'm:{a-zA-Z}={A-Za-z} r:|[._-]=** r:|=** l:|=*'
in my .zshrc then quoted error duplicates 4 times in a row.

Is it any way to fix it, but keep effects of that configuration?


Thanks!

-- 
Best regsrds,
mva

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



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