0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.2102

Problem:    Tiny build with GUI fails.
Solution:   Revert one FOR_ALL_ change.
This commit is contained in:
Bram Moolenaar
2016-07-24 22:25:15 +02:00
parent 2932359000
commit 45a249513f
2 changed files with 3 additions and 1 deletions

View File

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