From 080b8cdc603b059db2d9e6f56e3f724418f9366a Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 25 Aug 2020 14:26:38 +0200 Subject: Fix ansible ftdetect --- scripts/test | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'scripts/test') diff --git a/scripts/test b/scripts/test index 084d084a..88a2e973 100755 --- a/scripts/test +++ b/scripts/test @@ -2,10 +2,12 @@ set -e -vim --clean -N -u <( - echo "filetype plugin indent on" - echo "syntax enable" - echo "let &rtp='$PWD,'.&rtp" - echo "source scripts/test_filetypes.vim" - echo "exec ':q!'" -) +vim --clean -N --cmd " + filetype plugin indent on + syntax enable + let &rtp='$PWD,'.&rtp + source ftdetect/polyglot.vim + source scripts/test_extensions.vim + source scripts/test_filetypes.vim + exec ':q!' +" -- cgit v1.2.3