Hi, On Sun, Jul 18, 2021 at 1:48 PM Christ van Willegen <[email protected]> wrote: > > Hi, > > Op za 17 jul. 2021 19:11 schreef Bram Moolenaar <[email protected]>: >> >> >> Patch 8.2.3173 >> Problem: Vim9: argument types are not checked at compile time. >> Solution: Add more type checks. (Yegappan Lakshmanan, closes #8581) >> >> >> + EXTERN char e_list_required_for_argument_nr[] >> + INIT(= N_("E1211: List required for argument %d")); >> + EXTERN char e_bool_required_for_argument_nr[] >> + INIT(= N_("E1211: Bool required for argument %d")); > > > It's not a problem that these error numbers are the same? >
Yes. Thanks for reporting the issue. I will update the error numbers in my next PR. Thanks, 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/CAAW7x7noW1C-SmRc-GjDnr%3DhwXLCVrEc%3D2po1HqyNsL42Kt9ZA%40mail.gmail.com.
