Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: (hopefully) last changes to accounts stuff



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