I asked this question on /r/vim and was told to ask it here as well.
I have this text:
aaaaaaaaa
bbbb
cccccccccccccccc
I want to replace the second and third lines with copies of the first line. So,
with the cursor on the first line, I do yyjVp to replace the second line with a
copy of the first line. So now I have
aaaaaaaaa
aaaaaaaaa
cccccccccccccccc
I want to do this for the third line too, and since I'm repeating the operation
I did before, I'd think I could just do j. (`j` followed by `.`) to save time.
But when I do that, I end up simply deleting the third line, giving me
aaaaaaaaa
aaaaaaaaa
, when what I want is
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
Is this something that is planned for a future release?
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.