To: vim_dev@googlegroups.com Subject: Patch 8.2.3691 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3691 Problem: Build failure with small features. Solution: Add #ifdef. (Dominique Pellé) Files: src/gui.c *** ../vim-8.2.3690/src/gui.c 2021-11-28 18:41:00.548752971 +0000 --- src/gui.c 2021-11-28 21:29:23.715976990 +0000 *************** *** 4413,4420 **** --- 4413,4422 ---- } } + #ifdef FEAT_TITLE // update the title, it may show the scroll position maketitle(); + #endif prev_curwin = curwin; --hold_gui_events; *** ../vim-8.2.3690/src/version.c 2021-11-28 20:24:12.235530795 +0000 --- src/version.c 2021-11-28 20:36:24.733730521 +0000 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3691, /**/ -- A fool must search for a greater fool to find admiration. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///