More debug logs.
This commit is contained in:
parent
f9e8995d0f
commit
d1cf6fcfac
@ -288,8 +288,9 @@ function! s:CacheErrors(checkers)
|
||||
let active_checkers = 0
|
||||
let names = []
|
||||
|
||||
call syntastic#log#debugShowOptions(g:SyntasticDebugTrace,
|
||||
\ ['shell', 'shellcmdflag', 'shellquote', 'shellxquote', 'shellredir', 'shellslash'])
|
||||
call syntastic#log#debugShowOptions(g:SyntasticDebugTrace, [
|
||||
\ 'shell', 'shellcmdflag', 'shellquote', 'shellxquote', 'shellredir',
|
||||
\ 'shellslash', 'shellpipe', 'shelltemp', 'shellxescape', 'shellxquote' ])
|
||||
call syntastic#log#debugDump(g:SyntasticDebugVariables)
|
||||
call syntastic#log#debugShowVariables(g:SyntasticDebugTrace, 'syntastic_aggregate_errors')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user