php/php: prevent xdebug.cli_color from messing with checks.
This commit is contained in:
parent
78f345bab3
commit
8f75fd547c
@ -30,7 +30,7 @@ endfunction
|
|||||||
function! SyntaxCheckers_php_php_GetLocList()
|
function! SyntaxCheckers_php_php_GetLocList()
|
||||||
let makeprg = syntastic#makeprg#build({
|
let makeprg = syntastic#makeprg#build({
|
||||||
\ 'exe': 'php',
|
\ 'exe': 'php',
|
||||||
\ 'args': '-l -d error_reporting=E_ALL -d display_errors=1 -d log_errors=0',
|
\ 'args': '-l -d error_reporting=E_ALL -d display_errors=1 -d log_errors=0 -d xdebug.cli_color=0',
|
||||||
\ 'subchecker': 'php' })
|
\ 'subchecker': 'php' })
|
||||||
let errorformat='%-GNo syntax errors detected in%.%#,Parse error: %#syntax %trror\ , %m in %f on line %l,Parse %trror: %m in %f on line %l,Fatal %trror: %m in %f on line %l,%-G\s%#,%-GErrors parsing %.%#'
|
let errorformat='%-GNo syntax errors detected in%.%#,Parse error: %#syntax %trror\ , %m in %f on line %l,Parse %trror: %m in %f on line %l,Fatal %trror: %m in %f on line %l,%-G\s%#,%-GErrors parsing %.%#'
|
||||||
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
||||||
|
Loading…
Reference in New Issue
Block a user