Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _topgit



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



Messages sorted by: Reverse Date, Date, Thread, Author