Re: autochdir feature not seen by has() and :version

2018-07-26 Fir de Conversatie Christian Brabandt
On Do, 26 Jul 2018, mssr...@gmail.com wrote: > If Vim is built with the 'autochdir' feature defined, it is not reported as > such by the ":version" command and has('autochdir') returns zero. > > The following diffs show my proposed patches: Why do we need this? Scripts currently test for

Re: autochdir feature not seen by has() and :version

2018-07-26 Fir de Conversatie Tony Mechelynck
On Fri, Jul 27, 2018 at 3:41 AM, wrote: > If Vim is built with the 'autochdir' feature defined, it is not reported as > such by the ":version" command and has('autochdir') returns zero. Maybe this is only a documentation error under :help 'autochdir' ? Such a feature is also not mentioned

autochdir feature not seen by has() and :version

2018-07-26 Fir de Conversatie mssr953
If Vim is built with the 'autochdir' feature defined, it is not reported as such by the ":version" command and has('autochdir') returns zero. The following diffs show my proposed patches: $ git diff evalfunc.c diff --git a/src/evalfunc.c b/src/evalfunc.c index a9f6c5b8a..ae849be2f 100644 ---