8.2.4115 did eliminate the crash. Thank you.
On Sun, Jan 16, 2022 at 1:06 PM Bram Moolenaar <[email protected]> wrote: > > Christian J. Robinson wrote: > > > I have a plugin under development that is crashing after 8.2.4102, but > > unfortunately I haven't been able to create a simple script that > reproduces > > the problem. > > > > I've narrowed it down to something like this in vim9script: > > > > var->script.Function() > > > > If I just change it to this format the crash stops: > > > > script.Function(var) > > > > I will continue to try to create a simple script that reproduces the > > problem. > > If this is at the script level or in a legacy function, 8.2.4115 might > very well fix this. If not, please try to find a reproducible example. > > In a :def function this still has to be done. > > -- > [clop clop] > MORTICIAN: Who's that then? > CUSTOMER: I don't know. > MORTICIAN: Must be a king. > CUSTOMER: Why? > MORTICIAN: He hasn't got shit all over him. > The Quest for the Holy Grail (Monty > Python) > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net > \\\ > /// > \\\ > \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ > /// > \\\ help me help AIDS victims -- http://ICCF-Holland.org > /// > -- Christian J. Robinson <[email protected]> -- -- 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/CAK14FZ%2Be1Zrf8XLj4NMLHP%3DYqw0LUdjYTqCHmnCXkfJbwXs7Lg%40mail.gmail.com.
