From 23defeb61028e25369f54bad521c8948a03f15ba Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 23 Aug 2020 23:35:05 +0200 Subject: fix: Migrate build script to ruby --- test | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 test (limited to 'test') diff --git a/test b/test deleted file mode 100755 index 853d34b4..00000000 --- a/test +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -set -e - -vim -N --startuptime /dev/stdout -u <( - echo "filetype plugin indent on" - echo "syntax enable" - echo "let &rtp='$PWD,'.&rtp" - cat ftdetect/polyglot.vim | grep -E 'set ft=[a-z-]+' -o | sort | uniq | awk -F '=' '{ print $2 }' | while read ft; do - echo "try" - echo " enew" - echo " set ft=$ft" - echo "catch" - echo " echo v:exception" - echo " exec ':cq!'" - echo "endtry" - done - echo "exec ':q!'" -) -- cgit v1.2.3