Flow checker: make exe configurable.

This commit is contained in:
LCD 47 2015-03-02 13:14:40 +02:00
parent 5214f00a17
commit 413cdb354e
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.6.0-45'
let g:_SYNTASTIC_VERSION = '3.6.0-46'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1

View File

@ -23,7 +23,7 @@ set cpo&vim
function! SyntaxCheckers_javascript_flow_GetLocList() dict
let makeprg = self.makeprgBuild({
\ 'exe_after': 'check',
\ 'exe': self.getExecEscaped() . ' check',
\ 'args_after': '--show-all-errors --json' })
let errorformat =