zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _unhash and _mutt
@ 1999-12-30 18:28 Tanaka Akira
  0 siblings, 0 replies; only message in thread
From: Tanaka Akira @ 1999-12-30 18:28 UTC (permalink / raw)
  To: zsh-workers

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


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

only message in thread, other threads:[~1999-12-30 18:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-30 18:28 PATCH: _unhash and _mutt Tanaka Akira

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).