1
0
forked from aniani/vim

updated for version 7.2a

This commit is contained in:
Bram Moolenaar
2008-06-24 20:39:31 +00:00
parent f233048a12
commit a7241f5f19
69 changed files with 5931 additions and 446 deletions

View File

@@ -2464,6 +2464,8 @@ do_mouse(oap, c, dir, count, fixindent)
/* Check for clicking in the tab page line. */
if (mouse_row == 0 && firstwin->w_winrow > 0)
{
if (is_drag)
return FALSE;
got_click = FALSE; /* ignore mouse-up and drag events */
/* click in a tab selects that tab page */