zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _apt apt-get autoremove
@ 2007-07-04  2:23 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2007-07-04  2:23 UTC (permalink / raw)
  To: zsh-workers

apt 0.7.3

Index: Completion/Debian/Command/_apt
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_apt,v
retrieving revision 1.12
diff -u -r1.12 _apt
--- Completion/Debian/Command/_apt	27 Feb 2007 15:20:56 -0000	1.12
+++ Completion/Debian/Command/_apt	4 Jul 2007 02:21:38 -0000
@@ -434,8 +434,9 @@
     /$'check\0'/ \| \
     /$'source\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
     /$'build-dep\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
+    /$'autoremove\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" installed' \# \| \
     /$'help\0/' \| \
-    /"[]"/	':argument-1::compadd "$expl_action[@]" update upgrade install remove dist-upgrade dselect-upgrade clean autoclean check source build-dep help'
+    /"[]"/	':argument-1::compadd "$expl_action[@]" update upgrade install remove dist-upgrade dselect-upgrade clean autoclean check source build-dep autoremove help'
 
   _apt-get () {
     local expl_action expl_packages


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

only message in thread, other threads:[~2007-07-04  2:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-04  2:23 PATCH: _apt apt-get autoremove 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).