summaryrefslogtreecommitdiff
path: root/src/vim-powerline.sh
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2012-11-01 18:42:56 +0100
committerDavid Kaufmann <astra@ionic.at>2012-11-01 18:44:51 +0100
commit65f30f4faf9c54839481bb6d35861b29f8b3e685 (patch)
treebb27d7386644b28a99b28ee6180f313a75e92017 /src/vim-powerline.sh
parentc9f8b0e03c3de44c6b1e376594da35efbcd079ad (diff)
downloadconfig-65f30f4faf9c54839481bb6d35861b29f8b3e685.tar.gz
add submodules for vim-powerline and xcompose
Diffstat (limited to 'src/vim-powerline.sh')
-rwxr-xr-xsrc/vim-powerline.sh11
1 files changed, 11 insertions, 0 deletions
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