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

completion matching problem with 4.3.8



There seems to be a problem with matching control.

touch PacketDefinitionSAXHandler.h PacketListBox.cpp PacketListBox.h PacketsDialog.h
zsh -f
autoload -U compinit; compinit
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
: P<tab>
  --> Completes to 'Packets' instead of just 'Packet'

Oliver



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