Skip to content

Commit

Permalink
Checker fsc: allow -Ystop-after:parser to be overridden.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Aug 9, 2016
1 parent 26038cc commit c73673e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion syntax_checkers/scala/fsc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit c73673e

Please sign in to comment.