Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _unhash and _mutt
- X-seq: zsh-workers 9170
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: _unhash and _mutt
- Date: 31 Dec 1999 03:28:02 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
This fixes two typos.
Index: Completion/Builtins/_unhash
===================================================================
RCS file: /projects/zsh/zsh/Completion/Builtins/_unhash,v
retrieving revision 1.1.1.10
diff -u -r1.1.1.10 _unhash
--- Completion/Builtins/_unhash 1999/11/15 12:01:47 1.1.1.10
+++ Completion/Builtins/_unhash 1999/12/30 18:24:23
@@ -8,7 +8,7 @@
[[ "$fl" = -*a* ]] &&
args=( "$args[@]"
'aliases:alias:compadd - ${(@k)aliases} ${(@k)galiases} ${(@k)dis-aliases} ${(@k)dis-galiases}' )
-[[ "$fl != -* ]] &&
+[[ "$fl" != -* ]] &&
args=( 'commands:: _command_names -e' )
_alternative "$args[@]"
Index: Completion/User/_mutt
===================================================================
RCS file: /projects/zsh/zsh/Completion/User/_mutt,v
retrieving revision 1.1.1.5
diff -u -r1.1.1.5 _mutt
--- Completion/User/_mutt 1999/12/01 15:29:44 1.1.1.5
+++ Completion/User/_mutt 1999/12/30 18:24:23
@@ -33,8 +33,7 @@
else
_description users expl 'login name'
_users "$expl[@]" -q -S@ && return 0
- fi
- fi
+ fi
fi
return ret
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author