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:
parent
21bffa7550
commit
8838aeeea9
@ -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
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
121,
|
||||
/**/
|
||||
120,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user