On Mon, Sep 14, 2009 at 10:45 AM, Milan Vancura <[email protected]> wrote: > > Hello, > > according to :h quote_quote [*] the unnamed register (") should contain the > text deleted or yanked by the last "d", "c", "s", "x" or "y" command. There is > especialy mentioned that the text stored to the unnamed register does not > depend on the fact that a specific register was used (e.g. "xdd).
It also specifically mentions that "this is like the unnamed register is pointing to the last used register" which explains the behavior you're seeing. The last used register is register a, to which you appended line 2 via "Ay$. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
