Eric Arnold wrote:

> Certain things seem to cause Vim7 to do go into some odd loop when the
> mouse moves the cursor into a different window.  So far I've seen it
> when
> 
> 1) I've got the command line edit window open, and the mouse moves the
> cursor to another window (usually happens when I switch away from Vim
> and back).  Something is flashing non-stop in the lower right of the
> command line (probably some mouse string, but it's a bunch of
> unreadable chars).  The input focus doesn't actually change away from
> the command edit window (typing stuff goes there).

In what way does "the mouse moves the cursor to another window"?  Do you
mean you click there?

> 2) when I have "tabline" set to my own function, it interacts with
> "taglist" and other specialized buffers (which have non-standard
> autocommands, among other things).
> 
> Sometimes <C-C> will stop the looping until the mouse moves the cursor agai=
> n.
> 
> It might have something to do with the way Vim is re-setting the
> cursor position to the lower right of the screen sometimes, even
> though the input focus remains in the correct window.

Does this only happen when you have a taglist window open?

Note that when the command line window is open, the cursor is not
allowed to go to another window.  You must finish typing the command
first.  If it does go to another window there is a problem that needs to
be fixed.

Is this in GUI or console Vim?

-- 
hundred-and-one symptoms of being an internet addict:
184. You no longer ask prospective dates what their sign is, instead
     your line is "Hi, what's your URL?"

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://www.ICCF.nl         ///

Reply via email to