diff --git a/syntax_checkers/c/checkpatch.vim b/syntax_checkers/c/checkpatch.vim index db222413..0503579f 100644 --- a/syntax_checkers/c/checkpatch.vim +++ b/syntax_checkers/c/checkpatch.vim @@ -39,6 +39,7 @@ function! SyntaxCheckers_c_checkpatch_GetLocList() dict let makeprg = self.makeprgBuild({ 'args_after': '--no-summary --no-tree --terse --file' }) let errorformat = + \ '%W%f:%l: CHECK: %m,' . \ '%f:%l: %tARNING: %m,' . \ '%f:%l: %tRROR: %m'