Checker fsc: allow -Ystop-after:parser to be overridden.

This commit is contained in:
LCD 47 2016-08-09 21:27:50 +03:00
parent 26038cc19d
commit c73673e0f3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -25,7 +25,7 @@ function! SyntaxCheckers_scala_fsc_GetLocList() dict
" working directory changing after being started
" that's why we better pass an absolute path
let makeprg = self.makeprgBuild({
\ 'args_after': '-Ystop-after:parser',
\ 'args': '-Ystop-after:parser',
\ 'fname': syntastic#util#shexpand('%:p') })
let errorformat =