Hi,

I've been a long time user of SlickEdit but today I've decided to learn VIM
and of course I thought it would be logical to start with an easy mode.

So I start vim with -y switch.

One thing that I see right away is vim inserts extra blank lines when I
(SHIFT-ArrowDown) to select text then CTRL-C then CTRL-V So... if I had

<snip>
Test
Test2
</snip>

it pastes as

<snip>

Test

Test2

</snip>

Why does it insert extra blank lines? How do I fix this?  (I don't have
vimrc file so it doesn't autoload any options, all I do is run vim as "vim
-y")

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

Reply via email to