Vimlint checker: add logging.

This commit is contained in:
LCD 47 2015-09-24 20:45:13 +03:00
parent d3130d6b56
commit 50d0315835
2 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.6.0-175'
let g:_SYNTASTIC_VERSION = '3.6.0-176'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1

View File

@ -74,6 +74,8 @@ function! SyntaxCheckers_vim_vimlint_GetLocList() dict " {{{1
endif
endif
call self.log('options =', param)
return vimlint#vimlint(expand('%', 1), param)
endfunction " }}}1