mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Display caught exceptions in tests/filetypes.vim
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user