On Jul 15, 8:00 am, <[email protected]> wrote:
> Hello,
>
> I d like to yank the currently visual selected text into register c through
> the command line .
> I tried this:
>
> :'<,'>normal "cy
>
> and this (removing the automatically inserted area in front of the command)
>
> :normal "cy
>
Try :normal gv"cy
gv reselects the last visual selection. :help gv
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---