summaryrefslogtreecommitdiffstats
path: root/init-tg2
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-02-03 12:59:22 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-02-03 12:59:22 +0100
commit9687b559ecff22cd42c0a0acdfd2980565bf1146 (patch)
tree010c8e8aacf48f23d0455d62b1c000ac6365567e /init-tg2
parentfc2d9a48e9a5504f0ae4356278aa854cf2def1b1 (diff)
explicit SVN revisions, minor changes
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
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