Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
problem with zstyle file-patterns
- X-seq: zsh-users 18092
- From: John <jmharres@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: problem with zstyle file-patterns
- Date: Mon, 04 Nov 2013 20:36:14 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=/FcwzaEwt88STyz26iGz/ajx7Gmk50XXlJo3J14WL1I=; b=pOgwp5bXJ6gb1PwCTNyYXpYB1E9pnVm0O8g9jqaOC/yVW/KyD/JeVSXzZzKauxVLoL kPB0tRqhoAJo+oqGaHmKq1TwDYFf2qt7k+atWIr7n6gyjVwoqjC7982IL7RT7kzJDY18 bNQWoDx47LTK4VFqbK+ZEeHynrGbBp47lPE/R1GlMzV7iSeMjFMB7eNPGD1sn7XYh/oc u8uDpZFBZSqZWhLwh40cn2cusMxJUumyCrNB17gpItneHM1M8kQIJ+vpCoQ6LyaRecpJ ZPLty3NEFY6Hzbp7pnWTiE6oUsomBTKk/SAzYXFJVdQa7dLPhcEmclbzIRAW4G2DAuJe vvhw==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I'm having an issue with file-patterns on zstyle:
% zstyle ':completion:*:*:yes:files' file-patterns '*XXX.*'
(using "yes" as just an example)
Now when I do "yes XXX", I get:
% yes XXX<tab>
XXX-YYY.4 XXX.3
Why is it giving me XXX-YYY.4 as an option when it doesn't match the
file-patterns, in that it doesn't have a dot after the XXX?
I've also tried 'XXX.*'and 'XXX\.*' and get the same results.
This is with zsh version 4.3.17...
TIA,
John
Messages sorted by:
Reverse Date,
Date,
Thread,
Author