mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0-020
This commit is contained in:
@@ -4515,7 +4515,7 @@ gui_mouse_moved(x, y)
|
||||
int y;
|
||||
{
|
||||
win_T *wp;
|
||||
char_u st[6];
|
||||
char_u st[8];
|
||||
|
||||
/* Ignore this while still starting up. */
|
||||
if (!gui.in_use || gui.starting)
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
20,
|
||||
/**/
|
||||
19,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user