On Tuesday, March 3, 2015 at 5:33:14 PM UTC+1, David Fishburn wrote: > > Okay, I have tried: > > > :h @ > :h @_ > :h registers > :h \@_ > > > I have tried it after visually selecting some text. > > > I can't figure out what @_ is doing?
Try :h "_ """ 8. Black hole register "_ *quote_* When writing to this register, nothing happens. This can be used to delete text without affecting the normal registers. When reading from this register, nothing is returned. """ Alexey. -- -- You received this message from the "vim_use" 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_use" 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.
