Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _baz typo
- X-seq: zsh-workers 21763
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _baz typo
- Date: Sun, 25 Sep 2005 23:06:38 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Index: Completion/Unix/Command/_baz
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_baz,v
retrieving revision 1.9
diff -u -r1.9 _baz
--- Completion/Unix/Command/_baz 31 Aug 2005 19:58:53 -0000 1.9
+++ Completion/Unix/Command/_baz 26 Sep 2005 03:05:59 -0000
@@ -221,7 +221,7 @@
cmd_srcfind=($cmd_inventory)
local cmd_lint
-cmd__lint=('::directory:_files -/')
+cmd_lint=('::directory:_files -/')
local cmd_id cmd_invtag
cmd_id=('*:file:_files')
Messages sorted by:
Reverse Date,
Date,
Thread,
Author