To: vim_dev@googlegroups.com Subject: Patch 7.4.2102 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2102 (after 7.4.2101) Problem: Tiny build with GUI fails. Solution: Revert one FOR_ALL_ change. Files: src/gui.c *** ../vim-7.4.2101/src/gui.c 2016-07-24 21:58:39.704057634 +0200 --- src/gui.c 2016-07-24 22:22:54.802631965 +0200 *************** *** 4166,4172 **** /* avoid that moving components around generates events */ ++hold_gui_events; ! FOR_ALL_WINDOWS(wp) { if (wp->w_buffer == NULL) /* just in case */ continue; --- 4166,4172 ---- /* avoid that moving components around generates events */ ++hold_gui_events; ! for (wp = firstwin; wp != NULL; wp = W_NEXT(wp)) { if (wp->w_buffer == NULL) /* just in case */ continue; *** ../vim-7.4.2101/src/version.c 2016-07-24 21:58:39.720057487 +0200 --- src/version.c 2016-07-24 22:24:22.025828318 +0200 *************** *** 760,761 **** --- 760,763 ---- { /* Add new patch number below this line */ + /**/ + 2102, /**/ -- If cars evolved at the same rate as computers have, they'd cost five euro, run for a year on a couple of liters of petrol, and explode once a day. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///