On Sun, Jan 2, 2022 at 1:07 PM Bram Moolenaar <
Br...@moolenaar.net> wrote:
>
>
> Tony wrote:
>
> > Using gvim 8.2.3978 (Big with GTK3) on openSUSE 5.3
> >
> > I would expect the +vim9script feature to be compiled-in (and be shown
> > as such) in all builds where has('vim9script') answers 1 even if, like
> > +vertsplit, +tag_binary, etc., it is present in all "modern" builds
> > from Tiny to Huge. But=E2=80=A6
> >
> > :echo has('vim9script')
> > 1
> >
> > :help +vim9script
> > E149: Sorry, no help for +vim9script
> >
> > :help feature-list
> > (vim9script is not mentioned)
> >
> > :help +feature-list
> > (+vim9script is not mentioned)
> >
> > :version
> > (+vim9script is not mentioned)
>
> You are right, I should have updated these at the same time.
> Will do that now.