Yet more typescript/tsc errorformat contortions.

This commit is contained in:
LCD 47 2013-08-15 23:00:48 +03:00
parent 9e5319c9a1
commit 39dabc88af

View File

@ -26,7 +26,7 @@ function! SyntaxCheckers_typescript_tsc_GetLocList()
\ '%E%f %#(%l\,%c): error %m,' .
\ '%E%f %#(%l\,%c): %m,' .
\ '%Eerror %m,' .
\ '%C %m'
\ '%C%\s%\+%m'
return SyntasticMake({
\ 'makeprg': makeprg,