zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: _dpkg tweak
Date: Sun, 17 Dec 2000 10:44:09 -0500	[thread overview]
Message-ID: <20001217104409.A21640@dman.com> (raw)

-i can take multiple arguments

Index: Completion/Debian/_dpkg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/_dpkg,v
retrieving revision 1.8
diff -u -r1.8 _dpkg
--- Completion/Debian/_dpkg	2000/08/31 06:12:58	1.8
+++ Completion/Debian/_dpkg	2000/12/17 15:41:16
@@ -113,9 +113,9 @@
              \!${^_dpkg_actions%%:*} \
 	   - recur \
              "$_dpkg_options_recursive[@]" \
-	     ':directory:_path_files -/' \
+	     '*:directory:_path_files -/' \
 	   - nonrecur \
-	     ':Debian package:_path_files -g \*.deb'
+	     '*:Debian package:_path_files -g \*.deb'
   ;;
   remove|purge|status|listfiles)
         _funcall ret _dpkg_$state && return ret


                 reply	other threads:[~2000-12-17 15:44 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=20001217104409.A21640@dman.com \
    --to=schizo@debian.org \
    --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).