0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -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)) if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT))
&& Y_2_ROW(y) >= topframe->fr_height && Y_2_ROW(y) >= topframe->fr_height
# ifdef FEAT_WINDOWS
+ firstwin->w_winrow
# endif
&& button != MOUSE_DRAG && button != MOUSE_DRAG
# ifdef FEAT_MOUSESHAPE # ifdef FEAT_MOUSESHAPE
&& !drag_status_line && !drag_status_line

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
121,
/**/ /**/
120, 120,
/**/ /**/