What happens if you start vim using: Gvim -u NONE -U NONE And try again? If it doesn't happen sounds like possibly a plugin issue (or compability mode). But from a code perspective I don't think a plugin could affect Vim in this way.
Dave ----- Original Message ----- From: "Waters, Bill" [EMAIL PROTECTED] Sent: 05/14/2007 02:51 PM EST To: "David Fishburn" <[EMAIL PROTECTED]>; <vim@vim.org> Subject: RE: mouse-wheel scrolling with vertically split windows It happens every time for me. I just have to open a file and then do a :vsplit. It really shows up and is annoying with using the taglist plugin. Do you know of a command for the Edit->Global Settings->Toggle Right Scroll Bar option? -----Original Message----- From: David Fishburn [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 2:42 PM To: Waters, Bill Subject: RE: mouse-wheel scrolling with vertically split windows > -----Original Message----- > From: Waters, Bill [mailto:[EMAIL PROTECTED] > Sent: Monday, May 14, 2007 3:23 PM > To: vim@vim.org > Subject: mouse-wheel scrolling with vertically split windows > > (I am using gVim 7.1 in Windows XP.) > > If I do a :vsplit, I end up with a scroll bar on the right > for the right window and a scroll bar on the left for the > left window. When I use my mouse wheel to scroll, the left > window scrolls, regardless of which window is selected. > > If I do a Edit->Global Settings->Toggle Right Scroll Bar, the > right scroll bar disappears. But I am able to mouse-wheel > scrolling based on which window is selected. > > Is there a way to keep both scroll bars, and be able to > mouse-wheel scroll based on which window is selected? Unfortunately, this has been reported since the betas of 7.0. Many of us on Windows are running into this, but I cannot reliably come up with a series of steps to reproduce the issue to hand over to Bram. Can you reliably reproduce this so that it will happen on other peoples machines? Dave