Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion matching problem with 4.3.8
- X-seq: zsh-workers 25957
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxx>
- Subject: completion matching problem with 4.3.8
- Date: Thu, 30 Oct 2008 12:28:50 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Received:From:To:Subject:Date:Message-ID; b=oQexlj8LFDkfNQNKwx4LChzGMHv0CLNkWGNOapo2e5IeDou7mxeeZDEGou5WeDMyiOn+fimrz+9e6xEeIbwbv36eEOWI942VERkFqJYYSvHjFeGj+VatNHKswJg9tZ+iez3US9CuP3On9UHCOsO0SgHMwPERT8nqdL5KKTTUTvQ= ;
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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