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 --- src/vim-powerline.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 src/vim-powerline.sh (limited to 'src/vim-powerline.sh') 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