Christian Brabandt wrote: > On Di, 11 Apr 2017, Bram Moolenaar wrote: > > Unnamed register only contains the last deleted text when appending deleted > > text to a register. (Wolfgang Jeltsch, reproduced by Ben Fritz, 2017 Apr 10) > > Here is a patch. The problem is, that in op_delete() we are > unconditionally resetting y_previous to point to register 1. This > shouldn't happen, if we are appending to an existing register. > > I added a test, so that the behaviour can be verified.
Thanks. I'm slightly worried that other people will now complain... Well, we'll see. -- >From "know your smileys": (:-# Said something he shouldn't have /// 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.
