diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 0d72c727..92b5b346 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -9,7 +9,8 @@ func! TestFiletype(filetype) exec ":bw!" catch echo 'Failed to load ' . a:filetype . ' filetype...' - throw v:exception + echo v:throwpoint + echo v:exception cq! endtry endfunc