Fix debug output.
This commit is contained in:
parent
99126e38ff
commit
09e6840d1f
@ -96,8 +96,8 @@ function! syntastic#log#debugShowOptions(level, names)
|
|||||||
|
|
||||||
let vlist = type(a:names) == type("") ? [a:names] : a:names
|
let vlist = type(a:names) == type("") ? [a:names] : a:names
|
||||||
if !empty(vlist)
|
if !empty(vlist)
|
||||||
call map(copy(vlist), "'&' . v:val . ' = ' . strtrans(string(eval('&' . v:val)))")
|
let vals = map(copy(vlist), "'&' . v:val . ' = ' . strtrans(string(eval('&' . v:val)))")
|
||||||
echomsg leader . join(vlist, ', ')
|
echomsg leader . join(vals, ', ')
|
||||||
endif
|
endif
|
||||||
call s:logRedirect(0)
|
call s:logRedirect(0)
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user