Tuesday, December 22, 2009

Re: search across lines?

On Dec 22, 5:29 pm, Bee <200...@calcentral.com> wrote:
> 1) Why <C-R><C-R>=substitute rather than <C-R>=substitute ?
>    Both work, when I do :reg both show the same register usage!

I found the answer... using <C-R><C-R> from cmdline.txt line 194 a
case I did not try.

Insert register or object under the cursor. Works like |c_CTRL-R| but
inserts the text literally. For example, if register a contains
"xy^Hz" (where ^H is a backspace), "CTRL-R a" will insert "xz" while
"CTRL-R CTRL-R a" will insert "xy^Hz".

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

No comments: