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

2018-07-27 Fir de Conversatie Bram Moolenaar
> 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: Thanks, I'll include it. -- I have to exercise early in the morning before my brain figures

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

2018-07-27 Fir de Conversatie Bram Moolenaar
Christian wrote: > 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

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

2018-07-27 Fir de Conversatie Tony Mechelynck
On Fri, Jul 27, 2018 at 5:40 PM, wrote: > On Friday, July 27, 2018 at 12:50:44 AM UTC-4, Tony Mechelynck wrote: >> 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')

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

2018-07-27 Fir de Conversatie mssr953
On Friday, July 27, 2018 at 1:40:58 AM UTC-4, Christian Brabandt wrote: > 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

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

2018-07-27 Fir de Conversatie mssr953
On Friday, July 27, 2018 at 12:50:44 AM UTC-4, Tony Mechelynck wrote: > 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

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