fix multi-line expression

This commit is contained in:
kongo2002 2010-09-25 00:48:17 +08:00 committed by Martin Grenfell
parent f822e3a9ca
commit c94e60fa5f

View File

@ -81,8 +81,8 @@ endfunction
function! SyntaxCheckers_c_GetLocList()
let makeprg = 'gcc -fsyntax-only '.shellescape(expand('%'))
let errorformat = '%-G%f:%s:,%-G%f:%l: %#error: %#(Each undeclared '
\ 'identifier is reported only%.%#,%-G%f:%l: %#error: %#for '
let errorformat = '%-G%f:%s:,%-G%f:%l: %#error: %#(Each undeclared '.
\ 'identifier is reported only%.%#,%-G%f:%l: %#error: %#for '.
\ 'each function it appears%.%#,%f:%l: %trror: %m,%f:%l: %m'
if expand('%') =~? '.h$'