This commit is contained in:
Milly
2025-02-07 03:40:26 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

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