Display caught exceptions in tests/filetypes.vim

This commit is contained in:
Danielle McLean
2023-10-10 22:24:14 +11:00
parent e58c5db4e6
commit 4d25ca6d81

View File

@@ -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