Hi vimmers! :)

How can achieve the following?

I have a source file ("source" in opposite to "target") from
which I yanked a visual marked part of a line. This
yanked text is "123".

Now I am going to the target text, which looks like this
(only an example!) :

A()=1 
B()=1
C()=1
D()=1
E()=1
F()=1

I move the cursor over the first ')', press CTRL-V
and move the cursor down over the last ')'. I press
"I" (insert) then "p" (paste) and finally Escape.

Now I have:

A(123)=1 
B()=1
C()=1
D()=1
E()=1
F()=1

but I wanted:

A(123)=1 
B(123)=1
C(123)=1
D(123)=1
E(123)=1
F(123)=1


What did I wrong here?

Vim!
mcc


-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.


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

Reply via email to