forked from aniani/vim
patch 7.4.2102
Problem: Tiny build with GUI fails. Solution: Revert one FOR_ALL_ change.
This commit is contained in:
@@ -4166,7 +4166,7 @@ gui_update_scrollbars(
|
||||
/* avoid that moving components around generates events */
|
||||
++hold_gui_events;
|
||||
|
||||
FOR_ALL_WINDOWS(wp)
|
||||
for (wp = firstwin; wp != NULL; wp = W_NEXT(wp))
|
||||
{
|
||||
if (wp->w_buffer == NULL) /* just in case */
|
||||
continue;
|
||||
|
@@ -758,6 +758,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2102,
|
||||
/**/
|
||||
2101,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user