identify errors and warnings

This commit is contained in:
Joshua Downer 2016-04-12 07:02:19 -04:00
parent 035b155118
commit daffe39dcf

View File

@ -21,7 +21,9 @@ set cpo&vim
function! SyntaxCheckers_yang_pyang_GetLocList() dict
let makeprg = self.makeprgBuild({})
let errorformat = '%f:%l:%m'
let errorformat =
\ '%W%f:%l: warning: %m,' .
\ '%E%f:%l: error: %m'
return SyntasticMake({
\ 'makeprg': makeprg,