This commit is contained in:
LCD 47 2016-10-04 23:13:18 +03:00
parent ee4f39a67d
commit 75b1095586
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-228'
let g:_SYNTASTIC_VERSION = '3.7.0-229'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1

View File

@ -15,7 +15,7 @@ function! g:SyntasticChecker.New(args, ...) abort " {{{2
if a:0
" redirected checker
let newObj._exec_default = get(a:args, 'exec', a:1['_exec'])
let newObj._exec_default = get(a:args, 'exec', a:1['_exec_default'])
let filetype = a:1['_filetype']
let name = a:1['_name']