On Sun, Nov 19, 2023 at 5:32 AM dkearns <[email protected]> wrote:
> It seems it's not currently possible to distinguish null from the default > values? If bool, number and float are to become nullable then they probably > also need null_<type> values for consistency. > ------------------------------ > > I noticed this bug, in passing. The following results in an error E1012: > Type mismatch; expected special but got bool. This works on master. > > vim9scriptvar x = nullx = null > > > This issue should be 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/CAAW7x7%3DCGzf1qHU%3DN90qsqRriJZ%3D%2BoDO8nGwHyWBhsA43rA68w%40mail.gmail.com.
