zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _apt and _patch
@ 1999-09-13 14:24 Tanaka Akira
  0 siblings, 0 replies; only message in thread
From: Tanaka Akira @ 1999-09-13 14:24 UTC (permalink / raw)
  To: zsh-workers

I found that apt-0.3.12 has new options and an action.
And I found a typo on _patch.

Index: Completion/Debian/_apt
===================================================================
RCS file: /projects/zsh/zsh/Completion/Debian/_apt,v
retrieving revision 1.1.1.1
diff -u -F^( -r1.1.1.1 _apt
--- _apt	1999/09/11 01:42:58	1.1.1.1
+++ _apt	1999/09/13 14:22:23
@@ -374,6 +374,8 @@
     --no-upgrade:bool \
     --force-yes:bool \
     --print-uris:bool \
+    --purge:bool \
+    --list-cleanup:bool \
     -c,--config-file:configfile \
     -o,--option:arbitem \
     -- \
@@ -425,7 +427,8 @@
     /$'check\0' \| \
     /$'search\0' \| \
     /$'show\0' \| \
-    /"[]"	!'compadd "$expl_action[@]" help add gencaches showpkg stats dump dumpavail unmet check search show'
+    /$'depends\0' \| \
+    /"[]"	!'compadd "$expl_action[@]" help add gencaches showpkg stats dump dumpavail unmet check search show depends'
 
   _apt-cache () {
     local expl_action expl_packages expl_pkg_cache expl_src_cache
Index: Completion/User/_patch
===================================================================
RCS file: /projects/zsh/zsh/Completion/User/_patch,v
retrieving revision 1.1.1.5
diff -u -F^( -r1.1.1.5 _patch
--- _patch	1999/09/09 14:01:32	1.1.1.5
+++ _patch	1999/09/13 14:22:23
@@ -24,7 +24,7 @@
   '(--ifdef)-D+:name:' \
   '(--version-control)-V+:version control style:(simple numbered existing)' \
   '(--prefix)-B+:backup path prefix:' \
-  '(--suffix)-b:backup extension:' \
+  '(--suffix)-b+:backup extension:' \
   '-Y+:backup basename prefix:_files' \
   '-z+:backup file suffix:(.bak)' \
   '-g+:NUM:' \
-- 
Tanaka Akira


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

only message in thread, other threads:[~1999-09-13 14:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-13 14:24 PATCH: _apt and _patch Tanaka Akira

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