On Sun, Nov 19, 2023 at 12:18 PM errael <[email protected]> wrote:
> (In awe of the evolution of this PR) > > There's a difference between script/:def. > > vim9script > > var sv1 = null > echo typename(sv1) > def F1() > var fv1 = null > echo typename(fv1) > enddef > F1() > > Expect function to report special, not number > > special > number > > The following gets a compilation error; incompatible with vim9.0. > Also, it could be useful/meaningful. > > def F2(x: any = null) > enddef > > E38: Null argument > > > These issues are now addressed in the latest updated PR. 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/CAAW7x7nPo-VidpaJJPYCsVcKtSvGOB%2BfeNhdpiK5F%2BuUD9Hqog%40mail.gmail.com.
