Yasuhiro Matsumoto wrote: > > Thanks. However, the call to restoreRedobuff() should then also be > > skipped, otherwise the count for save_level will be off. I'll make > > that work. > > No, it's doesn't fix this problem.
Hmm, that isn't right. The calls to save and restore must be symmetric. Apparently the restoreRedobuff() in eval.c matters, and that is where the saveRedobuff() needs to be disabled, as this is using a user function. I'll make a patch for that, this time I checked it actually fixes the problem. -- hundred-and-one symptoms of being an internet addict: 241. You try to look for Net Search even when you're in File Manager. /// 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.
