More debug logs.

This commit is contained in:
LCD 47 2014-02-01 08:23:40 +02:00
parent f9e8995d0f
commit d1cf6fcfac

View File

@ -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')