summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@fsinf.at>2011-11-22 02:41:07 +0100
committerDavid Kaufmann <astra@fsinf.at>2011-11-22 02:41:07 +0100
commit4be90deb618dd3e1fdf96319c8bc0640f879667b (patch)
tree0e5662fd8b0686b61575a4c1cbf49482243d45fc /src
parent8cdf9468c9917e687819c68a3cd2a3593e8de0eb (diff)
downloadconfig-4be90deb618dd3e1fdf96319c8bc0640f879667b.tar.gz
added new xdefaults settings
Diffstat (limited to 'src')
-rwxr-xr-xsrc/vimscripts.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/vimscripts.sh b/src/vimscripts.sh
new file mode 100755
index 0000000..c51e854
--- /dev/null
+++ b/src/vimscripts.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# goto root dir (this script resides in src)
+BASEDIR=`dirname $(readlink -f $0)`
+cd ${BASEDIR}/../
+
+WGET=$(which wget)
+
+echo "TODO! unfinished script running!"
+
+#rm -f gen/.vim/autotag-script-move-to-correct-location
+#$WGET -q -O gen/.vim/autotag-script-move-to-correct-location http://www.vim.org/scripts/download_script.php?src_id=15099