zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: dpkg -S
@ 2002-07-01 16:01 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2002-07-01 16:01 UTC (permalink / raw)
  To: zsh-workers

Better to complete files than nothing, it would seem.

Index: Completion/Debian/Command/_dpkg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dpkg,v
retrieving revision 1.6
diff -u -r1.6 _dpkg
--- Completion/Debian/Command/_dpkg	28 May 2002 14:07:38 -0000	1.6
+++ Completion/Debian/Command/_dpkg	1 Jul 2002 15:59:24 -0000
@@ -128,4 +128,8 @@
 	  '(* -a)--pending' \
 	  '*:package:_deb_packages installed'
   ;;
+  search)
+        _call_function ret _dpkg_$state && return ret
+  	_files
+  ;;
 esac


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

only message in thread, other threads:[~2002-07-01 16:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-01 16:01 PATCH: dpkg -S 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).