Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: (hopefully) last changes to accounts stuff
- X-seq: zsh-workers 8066
- From: Adam Spiers <adam@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: (hopefully) last changes to accounts stuff
- Date: Mon, 27 Sep 1999 14:32:28 +0100
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
Remainders from when _{my,other}_accounts had duplicate code. Hardly
mission-critical, but `watch before you patch' is still buzzing around
in my brain. Sorry for the noise.
Index: Completion/User/_my_accounts
===================================================================
RCS file: /usr/local/cvsroot/zsh/Completion/User/_my_accounts,v
retrieving revision 1.2
diff -u -r1.2 _my_accounts
--- Completion/User/_my_accounts 1999/09/27 13:25:37 1.2
+++ Completion/User/_my_accounts 1999/09/27 13:26:06
@@ -1,6 +1,5 @@
#autoload
-local expl nm="$compstate[nmatches]"
local accounts_users_hosts
local varname="$words[1]_accounts"
Index: Completion/User/_other_accounts
===================================================================
RCS file: /usr/local/cvsroot/zsh/Completion/User/_other_accounts,v
retrieving revision 1.3
diff -u -r1.3 _other_accounts
--- Completion/User/_other_accounts 1999/09/27 13:25:37 1.3
+++ Completion/User/_other_accounts 1999/09/27 13:26:13
@@ -1,6 +1,5 @@
#compdef talk ntalk ytalk finger
-local expl nm="$compstate[nmatches]"
local accounts_users_hosts
local varname="$words[1]_accounts"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author