Debug message: shell return value.

This commit is contained in:
LCD 47 2013-06-15 08:28:04 +03:00
parent af9d6f627b
commit 4f5320f2cb

View File

@ -37,6 +37,7 @@ endfunction
function! g:SyntasticChecker.getLocList()
let list = self._locListFunc()
call syntastic#util#debug('getLocList: checker ' . self._filetype . '/' . self._name . ' returned ' . v:shell_error)
call self._populateHighlightRegexes(list)
return g:SyntasticLoclist.New(list)
endfunction