Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _topgit
- X-seq: zsh-workers 26023
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _topgit
- Date: Tue, 11 Nov 2008 12:12:30 +0000
- Cc: 499172@xxxxxxxxxxxxxxx
- Mail-followup-to: zsh-workers@xxxxxxxxxx, 499172@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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