From 0bedeb99c786513e4ce37d2e943e66d7d25ddd0f Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Tue, 6 Sep 2016 22:05:25 +0300 Subject: [PATCH] Core: log autochdir. --- plugin/syntastic.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 047a9c0b..d67631a0 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:_SYNTASTIC_START endif -let g:_SYNTASTIC_VERSION = '3.7.0-215' +let g:_SYNTASTIC_VERSION = '3.7.0-216' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1 @@ -138,6 +138,7 @@ let s:_DEBUG_DUMP_OPTIONS = [ for s:feature in [ \ 'shellxescape', \ 'shellslash', + \ 'autochdir', \ ] if exists('+' . s:feature)