On Sun, Nov 8, 2009 at 23:25, Michael Scheper <[email protected]>wrote:

>
> G'day everyone,
>
Hi Michael,

> I want a way to replace text with the contents of a register.
>
In visual mode, p replaces visually selected text by the contents of the
unnamed register.
So in your case, vep could be appropriate. If for some reason it does not
work, it could
be due to the 'a' flag in your guioptions.
Otherwise, you can use the black hole register to delete your word
(prefixing your deletion command
with quote and underscore) and p to paste.

> Can this be done in vim?
>
In several ways :)

-- 
Benoit Mortgat
39, cours Albert Thomas
69003 Lyon, France
+33 4 27 78 31 27 / +33 6 17 15 41 58

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to