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

** matcher



With this style

zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' '+r:|[._-]=** r:|=**'

the following does not match

bor@itsrm2% gdiff --i-lTAB

but the following does

bor@itsrm2% gdiff --i--lTAB
bor@itsrm2% gdiff --ignore-blank-lines
Completing option
--ignore-blank-lines     -- ignore lines that are all blank
--ignore-matching-lines  -- ignore lines that match regex

Why?

-andrej



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