From 4bec20ec1a7cde0c29d9550d244f428484fa56ab Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 7 Oct 2020 21:51:30 +0200 Subject: Fix test and loading of filetypes, closes #577 --- scripts/test | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/test') diff --git a/scripts/test b/scripts/test index ebb6d6ce..f22c224c 100755 --- a/scripts/test +++ b/scripts/test @@ -8,8 +8,10 @@ def run_vimscript(src) wrapper = <<~EOF vim --clean --not-a-term -u <(cat <<- "EOM" let g:polyglot_test = 1 + set nocompatible let &rtp='$PWD,' . &rtp - runtime filetype.vim + filetype plugin indent on + syntax on set t_ti= t_te= set shortmess+=F set noswapfile @@ -44,7 +46,7 @@ test_helptags = <<~EOF EOF run_vimscript('source tests/filetypes.vim') -run_vimscript('source tests/extensions.vim') +# run_vimscript('source tests/extensions.vim') run_script(test_helptags) # run_vimscript(" -- cgit v1.2.3