diff options
Diffstat (limited to 'src/vim-powerline.sh')
| -rwxr-xr-x | src/vim-powerline.sh | 11 |
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 |
