mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 03:53:52 -05:00
Display caught exceptions in tests/filetypes.vim
This commit is contained in:
@@ -9,7 +9,7 @@ func! TestFiletype(filetype)
|
|||||||
exec ":bw!"
|
exec ":bw!"
|
||||||
catch
|
catch
|
||||||
echo 'Failed to load ' . a:filetype . ' filetype...'
|
echo 'Failed to load ' . a:filetype . ' filetype...'
|
||||||
throw v:exception
|
echo v:exception
|
||||||
cq!
|
cq!
|
||||||
endtry
|
endtry
|
||||||
endfunc
|
endfunc
|
||||||
|
|||||||
Reference in New Issue
Block a user