Minor cleanup.
This commit is contained in:
parent
a0f5b72f14
commit
5532618b6a
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.7.0-214'
|
let g:_SYNTASTIC_VERSION = '3.7.0-215'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
@ -135,12 +135,15 @@ let s:_DEBUG_DUMP_OPTIONS = [
|
|||||||
\ 'shelltemp',
|
\ 'shelltemp',
|
||||||
\ 'shellxquote'
|
\ 'shellxquote'
|
||||||
\ ]
|
\ ]
|
||||||
if exists('+shellxescape')
|
for s:feature in [
|
||||||
call add(s:_DEBUG_DUMP_OPTIONS, 'shellxescape')
|
\ 'shellxescape',
|
||||||
endif
|
\ 'shellslash',
|
||||||
if exists('+shellslash')
|
\ ]
|
||||||
call add(s:_DEBUG_DUMP_OPTIONS, 'shellslash')
|
|
||||||
|
if exists('+' . s:feature)
|
||||||
|
call add(s:_DEBUG_DUMP_OPTIONS, s:feature)
|
||||||
endif
|
endif
|
||||||
|
endfor
|
||||||
lockvar! s:_DEBUG_DUMP_OPTIONS
|
lockvar! s:_DEBUG_DUMP_OPTIONS
|
||||||
|
|
||||||
" debug constants
|
" debug constants
|
||||||
|
Loading…
x
Reference in New Issue
Block a user