commit | a7241f5f19fd0865ce697939c347a8c88fb507d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 20:39:31 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 20:39:31 2008 +0000 |
tree | e1f1c07fe74094539286be048cc3306f6aedb0bc | |
parent | f233048a129fa7a3b89e064078435181d6421da5 [diff] [blame] |
updated for version 7.2a
diff --git a/src/normal.c b/src/normal.c index d3ce6a8..3c1c6f0 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -2464,6 +2464,8 @@ /* 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 */