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. A Vim9 function has a script-local scope by default. So should it be allowed to start with a lower-case letter? Regards, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7n%3DV%2B9ukzdRSRaJG370BCEtkcJOeuSpx8Up7EqVSLeCQw%40mail.gmail.com.
