zsh-workers
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <okiddle@yahoo.co.uk>
To: Zsh workers <zsh-workers@sunsite.dk>
Subject: PATCH: A couple of minor completion mistakes
Date: Fri, 26 Jul 2002 14:05:49 +0100	[thread overview]
Message-ID: <E17Y4mz-0003Ge-00@bimbo.logica.co.uk> (raw)

This just fixes a couple of minor things I've noticed in completion
functions.

Oliver

Index: Completion/Unix/Command/_netcat
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_netcat,v
retrieving revision 1.2
diff -u -r1.2 _netcat
--- Completion/Unix/Command/_netcat	15 Mar 2002 16:26:09 -0000	1.2
+++ Completion/Unix/Command/_netcat	26 Jul 2002 13:02:20 -0000
@@ -8,7 +8,7 @@
     _nedit && return
 
 if (( ! $+_nc_args )); then
-  local help="$(_call_program options nc -h < /dev/null 2>&1)"
+  local help="$(_call_program options $words[1] -h < /dev/null 2>&1)"
   local -A optionmap
   optionmap=(
     '*-e prog*' '-e+[program to exec after connect]:prog:_command_names -e'
Index: Completion/Unix/Type/_java_class
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Type/_java_class,v
retrieving revision 1.1
diff -u -r1.1 _java_class
--- Completion/Unix/Type/_java_class	10 Apr 2002 05:24:29 -0000	1.1
+++ Completion/Unix/Type/_java_class	26 Jul 2002 13:02:20 -0000
@@ -1,3 +1,4 @@
+#autoload
 local classpath
 #Should probably add some sort of cache.
 #First use -classpath/-cp, then CLASSPATH, then assume .


This e-mail and any attachment is for authorised use by the intended recipient(s) only.  It may contain proprietary material, confidential information and/or be subject to legal privilege.  It should not be copied, disclosed to, retained or used by, any other party.  If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender.  Thank you.


                 reply	other threads:[~2002-07-26 13:06 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=E17Y4mz-0003Ge-00@bimbo.logica.co.uk \
    --to=okiddle@yahoo.co.uk \
    --cc=zsh-workers@sunsite.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).