zsh-workers
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@jaist.ac.jp>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: _unhash and _mutt
Date: 31 Dec 1999 03:28:02 +0900	[thread overview]
Message-ID: <rsqogb8b7wt.fsf@crane.jaist.ac.jp> (raw)

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


                 reply	other threads:[~1999-12-30 18:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rsqogb8b7wt.fsf@crane.jaist.ac.jp \
    --to=akr@jaist.ac.jp \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).