zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: (hopefully) last changes to accounts stuff
@ 1999-09-27 13:32 Adam Spiers
  0 siblings, 0 replies; only message in thread
From: Adam Spiers @ 1999-09-27 13:32 UTC (permalink / raw)
  To: zsh workers mailing list

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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-09-27 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-27 13:32 PATCH: (hopefully) last changes to accounts stuff Adam Spiers

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).