0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0-121

This commit is contained in:
Bram Moolenaar
2006-10-08 11:56:24 +00:00
parent 21bffa7550
commit 8838aeeea9
2 changed files with 5 additions and 0 deletions

View File

@@ -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