Prospector no longer accepts option "--external-config".

This commit is contained in:
LCD 47 2015-02-05 16:37:50 +02:00
parent 6b76c26cba
commit 7d9aec0bee
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -31,7 +31,6 @@ endfunction
function! SyntaxCheckers_python_prospector_GetLocList() dict
let makeprg = self.makeprgBuild({
\ 'args': '--external-config merge',
\ 'args_after': '--messages-only --absolute-paths --die-on-tool-error --zero-exit --output-format json' })
let errorformat = '%f:%l:%c: %m'