I have some text lines as shown below
text1
text1
text1
text1
I want to change them to
text1
text2
text3
text4
Is there an easy way to do it in gvim. I know visual block with ctrl+v can replace one letter with other. But I dont know how to generate sequential numbers.
Help appreciated. Thanks