> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 02, 2006 10:37 AM
> To: David Fishburn
> Cc: vim@vim.org
> Subject: RE: 70f - Scroll wheel scrolls wrong window
> 
> 
> David Fishburn wrote:
>  
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, May 01, 2006 6:14 PM
> > > To: David Fishburn
> > > Cc: vim@vim.org
> > > Subject: Re: 70f - Scroll wheel scrolls wrong window
> > > 
> > > 
> > > David Fishburn wrote:
> > > 
> > > > Though I cannot reproduce it, this has been happening to me
> > > throughout
> > > > the betas.
> > > > 
> > > > 70f WinXP SP2
> > > > 
> > > > I have the Taglist window open (though I don't believe it
> > > is related).
> > > > So my window is split vertically.
> > > > My cursor is in normal mode in the right hand pane.
> > > > If I scroll the mouse wheel, the window in the left hand
> > > pane scrolls.
> > > > 
> > > > I hit escape, click, ... tried everything and just 
> cannot get it 
> > > > to scroll the window my cursor is in.
> > > > 
> > > > Any ideas or things to check for to track it down?
> > > 
> > > It works fine for me, the window with the cursor (not the mouse 
> > > pointer) is scrolled.  I didn't try with the taglist window, only 
> > > with an ordinary file and one vertical split.
> > > Perhaps it is related to the taglist plugin?
> > 
> > 
> > Under normal circumstances you are right it works fine.
> > But occassionally it gets into this state.
> > I had to reboot yesterday, but I am in this state again now.
> > 
> > If I close the taglist window, and then :vert sp, I get the 
> same behaviour.
> > So it does not appear to be taglist related (I just usually 
> have it open).
> 
> Thus it only happens after using the taglist plugin?  Then it 
> must do something that causes this.


That is fine, but it can only do things that Vim allows it to.  So I am
trying to find what Vim setting might actually cause the scroll wheel to
operate on the wrong window.  I can't think of any setting that would do
this.  It seems to low level for Vim script.


> 
> > Is there any settings I should check for?
> > The only way I can scroll the right pane is with cursor keys or 
> > dragging the slider.
> > Using the mouse wheel only ever scrolls the left pane regardless of 
> > where the cursor is.
> 
> Don't you somehow have 'scrollbind' set?

:set
--- Options ---
  autochdir           filetype=php        iminsert=0          scroll=22
smartcase           whichwrap=<,>,h,l
  background=dark     helplang=En         incsearch           scrolloff=2
nostartofline         wildcharm=^Z
  cscopepathcomp=3    hidden              laststatus=2        shiftwidth=4
syntax=php          wildmenu
  cscopeverbose       history=500         modelines=10        shortmess=at
nottybuiltin          window=46
  diffexpr=MyDiff()   hlsearch            nrformats=hex       showbreak=>>
ttyscroll=0       nowritebackup
  expandtab           ignorecase          ruler               showmatch
visualbell
  backspace=indent,eol,start
  comments=s1:/*,mb:*,ex:*/,://,:#
  cscopeprg=C:\Vim\Tools\cscope.exe
  cscopequickfix=s-,c-,d-,i-,t-,e-
  dictionary=PHP.dict
  errorformat=%f:%l:%c: Error:%m,%f:%l:%c: Warning:%m,%-G%.%#
  fileformats=unix,dos
  foldopen=block,hor,mark,percent,quickfix,search,tag,undo,jump
  formatoptions=nqrowcb
  formatlistpat=^\s*\(\d\+[\]:.)}\t ]\|-\)\s*
  grepprg=grep -HinE
  guifont=Bitstream_Vera_Sans_Mono:h11:b:cANSI
  include=\(require\|include\)\(_once\)\?
  indentexpr=GetPhpIndent()
  indentkeys=0{,0},0),:,!^F,o,O,e,*<Return>,=?>,=<?,=*/
  iskeyword=@,48-57,_,192-255,$
  listchars=eol:$,tab:» ,eol:¶,trail:·,extends:…,precedes:…
  makeprg=tidy -quiet -errors --gnu-emacs yes %
  omnifunc=phpcomplete#CompletePHP
  rulerformat=%45(%{P4RulerStatus()}%=%l,%c%V%=%5(%p%%%)%)
  scrollopt=ver,jump,hor
  shell=C:\WINDOWS\system32\cmd.exe
  shellpipe=> %s 2>&1
  statusline= %-.50f%r%y%m B:%n%=%l,%c%V %p%%
  viminfo="50,'1000,h,f1,rA:,r$TEMP:,:500,/500,!,n$VIM/_viminfo


Reply via email to