diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-10-08 11:56:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-10-08 11:56:24 +0000 |
commit | 8838aeeea98d340a166e30dc2230a513816c0189 (patch) | |
tree | a85f329b6ad1589989d269fab088d73e8786e278 /src/gui.c | |
parent | 21bffa755081d938e5a229542268301362d4df69 (diff) | |
download | vim-8838aeeea98d340a166e30dc2230a513816c0189.zip |
updated for version 7.0-121
Diffstat (limited to 'src/gui.c')
-rw-r--r-- | src/gui.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2873,6 +2873,9 @@ button_set: */ if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT)) && Y_2_ROW(y) >= topframe->fr_height +# ifdef FEAT_WINDOWS + + firstwin->w_winrow +# endif && button != MOUSE_DRAG # ifdef FEAT_MOUSESHAPE && !drag_status_line |