From 9931e0888b2419326ae10ebbfae532261c5c125f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Jun 2016 16:11:56 +0200 Subject: Fix submodules --- vim/bundle/vim-snipmate | 1 + vim/bundle/vim-snipmate/t/tests.sh | 20 -------------------- 2 files changed, 1 insertion(+), 20 deletions(-) create mode 160000 vim/bundle/vim-snipmate delete mode 100755 vim/bundle/vim-snipmate/t/tests.sh (limited to 'vim/bundle/vim-snipmate/t/tests.sh') diff --git a/vim/bundle/vim-snipmate b/vim/bundle/vim-snipmate new file mode 160000 index 0000000..ee433e4 --- /dev/null +++ b/vim/bundle/vim-snipmate @@ -0,0 +1 @@ +Subproject commit ee433e43c76c768c95ad6d9af67c4cd4b40f7eac diff --git a/vim/bundle/vim-snipmate/t/tests.sh b/vim/bundle/vim-snipmate/t/tests.sh deleted file mode 100755 index c1da250..0000000 --- a/vim/bundle/vim-snipmate/t/tests.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -tmp="$(mktemp || tmpfile)" -vim -Es $tmp <<- EOF - source ~/.vimrc - %delete _ - call append(0, split(&rtp, ',')) - delete _ - wq -EOF - -rtp="$(grep -iE 'vspec|snipmate|tlib|mw-utils' < $tmp | grep -v after)" -vspec="$(grep -iE 'vspec' < $tmp | grep -v after)" -test_files="${*:-parser jumping}" - -for test in $test_files; do - $vspec/bin/vspec $rtp ${test%%.vim}.vim -done - -rm $tmp -- cgit v1.2.3