From 62f004c3da465152e85c2e95f6b21076f2708b6b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 31 May 2020 23:42:04 +0200 Subject: Update travis script --- test | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 test (limited to 'test') diff --git a/test b/test new file mode 100755 index 00000000..853d34b4 --- /dev/null +++ b/test @@ -0,0 +1,19 @@ +#!/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