Yegappan wrote:
> In legacy Vim scripts, a script local function prefixed with "s:" can
> start with a lower-case letter. A Vim9 function explicitly prefixed
> using "s:"can also start with a lower-case letter.
>
> But a vim9 function name that doesn't have an explicit "s:" prefix
> cannot star
Hi,
In legacy Vim scripts, a script local function prefixed with "s:" can
start with a lower-case letter. A Vim9 function explicitly prefixed
using "s:"can also start with a lower-case letter.
But a vim9 function name that doesn't have an explicit "s:" prefix
cannot start with a lower-case letter