zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _topgit
@ 2008-11-11 12:12 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2008-11-11 12:12 UTC (permalink / raw)
  To: zsh-workers; +Cc: 499172

Needs work.

Index: Completion/Unix/Command/_topgit
===================================================================
RCS file: Completion/Unix/Command/_topgit
diff -N Completion/Unix/Command/_topgit
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_topgit	11 Nov 2008 12:08:15 -0000
@@ -0,0 +1,8 @@
+#compdef tg
+local expl
+
+if (( CURRENT == 2 )); then
+  _wanted subcmd expl 'topgit command' compadd create delete export import info patch remote summary update
+else
+  _files
+fi


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

only message in thread, other threads:[~2008-11-11 12:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-11 12:12 PATCH: _topgit 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).