Core: log autochdir.
This commit is contained in:
parent
5532618b6a
commit
0bedeb99c7
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.7.0-215'
|
let g:_SYNTASTIC_VERSION = '3.7.0-216'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
@ -138,6 +138,7 @@ let s:_DEBUG_DUMP_OPTIONS = [
|
|||||||
for s:feature in [
|
for s:feature in [
|
||||||
\ 'shellxescape',
|
\ 'shellxescape',
|
||||||
\ 'shellslash',
|
\ 'shellslash',
|
||||||
|
\ 'autochdir',
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
if exists('+' . s:feature)
|
if exists('+' . s:feature)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user