summaryrefslogtreecommitdiff
path: root/src/vimscripts.sh
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2019-08-02 12:26:27 +0200
committerDavid Kaufmann <astra@ionic.at>2019-08-02 12:26:27 +0200
commitab36b16e10fcd8ed918c1a23bea9a57339166796 (patch)
treec5e721b9d0c3eb6fe1290bc15d4b3b7edef6de51 /src/vimscripts.sh
parent78290f9c2094f8d2eafdf885c1b5584c497c0b69 (diff)
downloadconfig-ab36b16e10fcd8ed918c1a23bea9a57339166796.tar.gz
cleanup vim plugins
Diffstat (limited to 'src/vimscripts.sh')
-rwxr-xr-xsrc/vimscripts.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/vimscripts.sh b/src/vimscripts.sh
deleted file mode 100755
index c51e854..0000000
--- a/src/vimscripts.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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