Skip to content

Commit

Permalink
More debug logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Feb 1, 2014
1 parent f9e8995 commit d1cf6fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit d1cf6fc

Please sign in to comment.