From fc2d9a48e9a5504f0ae4356278aa854cf2def1b1 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 3 Feb 2012 01:30:01 +0100 Subject: init: modular approach MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- init-tg2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 init-tg2 (limited to 'init-tg2') diff --git a/init-tg2 b/init-tg2 new file mode 100644 index 0000000..fb63647 --- /dev/null +++ b/init-tg2 @@ -0,0 +1,12 @@ +# 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" +} -- cgit