summaryrefslogtreecommitdiffstats
path: root/init-tg2
diff options
context:
space:
mode:
Diffstat (limited to 'init-tg2')
-rw-r--r--init-tg26
1 files changed, 2 insertions, 4 deletions
diff --git a/init-tg2 b/init-tg2
index fb63647..10e79eb 100644
--- a/init-tg2
+++ b/init-tg2
@@ -1,12 +1,10 @@
# vim plugins for TG2 projects
-CHOICES="$CHOICES|tg2"
-
tg2 () {
announce "--- tg2 ---"
# genshi-contrib:
# from genshi svn, contrib/vim
- # TODO: is there a less complicated way to get these files?
GENSHI_CONTRIB_DIR="genshi-contrib"
GENSHI_CONTRIB_URL="http://svn.edgewall.org/repos/genshi/contrib/vim/"
- do_wget $1 "$GENSHI_CONTRIB_DIR" -nc -e robots=off -r -l3 -np -nH --cut-dirs=4 -R index.html "$GENSHI_CONTRIB_URL"
+ do_svn $1 "$GENSHI_CONTRIB_DIR" "$GENSHI_CONTRIB_SVN"
}
+register tg2