Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _dpkg -i tweaks
- X-seq: zsh-workers 12720
 
- From: Clint Adams <schizo@xxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: PATCH: _dpkg -i tweaks
 
- Date: Thu, 31 Aug 2000 02:10:07 -0400
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
Having all-files completed here can become rather unpleasant.
Index: Completion/Debian/_dpkg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/_dpkg,v
retrieving revision 1.7
diff -u -r1.7 _dpkg
--- Completion/Debian/_dpkg	2000/06/19 13:09:06	1.7
+++ Completion/Debian/_dpkg	2000/08/31 06:07:34
@@ -113,9 +113,9 @@
              \!${^_dpkg_actions%%:*} \
 	   - recur \
              "$_dpkg_options_recursive[@]" \
-	     ':directory:_files -/' \
+	     ':directory:_path_files -/' \
 	   - nonrecur \
-	     ':Debian package:_files -g \*.deb'
+	     ':Debian package:_path_files -g \*.deb'
   ;;
   remove|purge|status|listfiles)
         _funcall ret _dpkg_$state && return ret
Messages sorted by:
Reverse Date,
Date,
Thread,
Author