]> granicus.if.org Git - vim/commitdiff
patch 7.4.2102 v7.4.2102
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jul 2016 20:25:15 +0000 (22:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jul 2016 20:25:15 +0000 (22:25 +0200)
Problem:    Tiny build with GUI fails.
Solution:   Revert one FOR_ALL_ change.

src/gui.c
src/version.c

index ea049c39d5b68bf027df7fb818fad2d32ea3f32d..88b5d7bf9fc622fe667a1d841ea3b98bdfdbc0eb 100644 (file)
--- a/src/gui.c
+++ b/src/gui.c
@@ -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;
index 0b63a299d1d27526d9df027b0c10cd15c7a2b163..041228ecaff8d88c693453ef0a1cea75c7415e9f 100644 (file)
@@ -758,6 +758,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2102,
 /**/
     2101,
 /**/