Thinca wrote: > diff --git a/src/eval.c b/src/eval.c > index a2a9986..d890d39 100644 > --- a/src/eval.c > +++ b/src/eval.c > @@ -900,6 +900,7 @@ eval_init() > set_vim_var_nr(VV_SEARCHFORWARD, 1L); > set_vim_var_nr(VV_HLSEARCH, 1L); > set_vim_var_dict(VV_COMPLETED_ITEM, dict_alloc()); > + set_vim_var_list(VV_ERRORS, list_alloc()); > set_reg_var(0); /* default for v:register is not 0 but '"' */ >
Thanks. It's not really needed, but I suppose it's nicer to have an empty list initially. -- If Microsoft would build a car... ... the oil, water temperature, and alternator warning lights would all be replaced by a single "General Protection Fault" warning light. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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]. For more options, visit https://groups.google.com/d/optout.
