zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _dpkg tweak
@ 2000-12-17 15:44 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2000-12-17 15:44 UTC (permalink / raw)
  To: zsh-workers

-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


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

only message in thread, other threads:[~2000-12-17 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-17 15:44 PATCH: _dpkg tweak Clint Adams

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