Typo.
This commit is contained in:
parent
6461248230
commit
943923433c
@ -19,13 +19,13 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.7.0-21'
|
let g:_SYNTASTIC_VERSION = '3.7.0-22'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
|
||||||
if v:version < 700 || (v:version == 700 && !has('patch175'))
|
if v:version < 700 || (v:version == 700 && !has('patch175'))
|
||||||
call syntastic#log#error('need Vim version 7.175 or later')
|
call syntastic#log#error('need Vim version 7.0.175 or later')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user