On Thu, Aug 22, 2013 at 1:27 PM, Bohr Shaw <[email protected]> wrote: > However, the document says the register "1 always hold the text deleted by > the delete operator with these movement commands:|%|, |(|, |)|, |`|, |/|, > |?|, |n|, |N|, |{| and |}|.
I cannot reproduce this on Vim 7.4. Just to make sure we are all on the same page, this is what I did: Start Vim with vim -Nu NONE. On the opening bracket of "one (two) three", press d%. Now all three registers " 1 - contain "(two)". I tried a few of the other operators mentioned, they also work correctly. -- -- 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/groups/opt_out.
