From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5388 invoked from network); 17 Dec 2000 15:44:18 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Dec 2000 15:44:18 -0000 Received: (qmail 5025 invoked by alias); 17 Dec 2000 15:44:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13287 Received: (qmail 5018 invoked from network); 17 Dec 2000 15:44:11 -0000 Date: Sun, 17 Dec 2000 10:44:09 -0500 From: Clint Adams To: zsh-workers@sunsite.auc.dk Subject: PATCH: _dpkg tweak Message-ID: <20001217104409.A21640@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i -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