zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _bzr
@ 2005-09-06 16:06 Clint Adams
  2005-09-09 10:26 ` Oliver Kiddle
  0 siblings, 1 reply; 5+ messages in thread
From: Clint Adams @ 2005-09-06 16:06 UTC (permalink / raw)
  To: zsh-workers

Completion for bzr 0.0.7.

Index: Completion/Unix/Command/_bzr
===================================================================
RCS file: Completion/Unix/Command/_bzr
diff -N Completion/Unix/Command/_bzr
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_bzr	6 Sep 2005 16:05:45 -0000
@@ -0,0 +1,11 @@
+#compdef bzr
+
+local _bzr_subcommands expl curcontext="$curcontext"
+
+_bzr_subcommands=(${(f)"$(_call_program bzr bzr shell-complete)"})
+
+if (( CURRENT == 2 )); then
+  _describe -t subcommand 'subcommand' _bzr_subcommands
+else
+# this part missing
+fi


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-03-29  0:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-06 16:06 PATCH: _bzr Clint Adams
2005-09-09 10:26 ` Oliver Kiddle
2005-09-09 13:48   ` Clint Adams
2006-03-28 23:07     ` Wayne Davison
2006-03-29  0:04       ` 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).