On Tue, May 18, 2010 3:27 pm, timezone wrote: > > I am using GVIM 7.2 on XP. I can open up a file in VIM and without doing > anything yet to the file have an item paste to a line just by scrolling > the > page. Continual scrolling can paste the item multiple times. Obviously > on > a large file this can be a problem because I don't necessarily know about > the problem until I have saved and closed the file. > > Has this happened to others and is there a way to prevent this from > happening? Thank you
I assume, you are using the mouse to scroll. Are you accidentally clicking with the scroll button? See if this helps: :map <MiddleMouse> <Nop> :imap <MiddleMouse> <Nop> regards, Christian -- You received this message from the "vim_use" 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
