This commit is contained in:
LCD 47 2015-11-03 21:56:38 +02:00
parent dec5bc73bd
commit 03c058ea52
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-24'
let g:_SYNTASTIC_VERSION = '3.7.0-25'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1

View File

@ -14,7 +14,7 @@ if exists('g:loaded_syntastic_javascript_standard_checker')
endif
let g:loaded_syntastic_javascript_standard_checker = 1
if !exists('g:syntastic_javascript_eslint_generic')
if !exists('g:syntastic_javascript_standard_generic')
let g:syntastic_javascript_standard_generic = 0
endif