From 65f30f4faf9c54839481bb6d35861b29f8b3e685 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Thu, 1 Nov 2012 18:42:56 +0100 Subject: add submodules for vim-powerline and xcompose --- .gitmodules | 6 ++++++ src/vim-powerline | 1 + src/vim-powerline.sh | 11 +++++++++++ 3 files changed, 18 insertions(+) create mode 160000 src/vim-powerline create mode 100755 src/vim-powerline.sh diff --git a/.gitmodules b/.gitmodules index 5171834..e717d96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "vim-latex"] path = src/vim-latex url = git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex +[submodule "vim-powerline"] + path = src/vim-powerline + url = https://github.com/Lokaltog/vim-powerline.git +[submodule "xcompose"] + path = src/xcompose + url = https://github.com/kragen/xcompose.git diff --git a/src/vim-powerline b/src/vim-powerline new file mode 160000 index 0000000..2af0748 --- /dev/null +++ b/src/vim-powerline @@ -0,0 +1 @@ +Subproject commit 2af074850fde676743f655775e3e151925751adf diff --git a/src/vim-powerline.sh b/src/vim-powerline.sh new file mode 100755 index 0000000..c704fc6 --- /dev/null +++ b/src/vim-powerline.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# goto root dir (this script resides in src) +BASEDIR=`dirname $(readlink -f $0)` +cd ${BASEDIR}/../ + +cd src/vim-powerline + +GENDIR="../../gen" + +cp -r autoload doc plugin $GENDIR -- cgit v1.2.3