diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 1e54cfbe7..03ae1174f 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -9,7 +9,7 @@ func! TestFiletype(filetype) exec ":bw!" catch echo 'Failed to load ' . a:filetype . ' filetype...' - throw v:exception + echo v:exception cq! endtry endfunc