To: vim_dev@googlegroups.com Subject: Patch 9.0.0239 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0239 Problem: Build failure without the +wildmenu feature. Solution: Move parenthesis. Files: src/ex_getln.c *** ../vim-9.0.0238/src/ex_getln.c 2022-08-21 18:38:15.012358856 +0100 --- src/ex_getln.c 2022-08-21 19:07:12.470335732 +0100 *************** *** 2036,2044 **** if (xpc.xp_numfiles > 1 && ((!did_wild_list && (wim_flags[wim_index] & WIM_LIST)) #ifdef FEAT_WILDMENU ! || p_wmnu) #endif ! ) { #ifdef FEAT_WILDMENU // Trigger the popup menu when wildoptions=pum --- 2036,2044 ---- if (xpc.xp_numfiles > 1 && ((!did_wild_list && (wim_flags[wim_index] & WIM_LIST)) #ifdef FEAT_WILDMENU ! || p_wmnu #endif ! )) { #ifdef FEAT_WILDMENU // Trigger the popup menu when wildoptions=pum *** ../vim-9.0.0238/src/version.c 2022-08-21 18:38:15.012358856 +0100 --- src/version.c 2022-08-21 19:07:52.286225470 +0100 *************** *** 733,734 **** --- 733,736 ---- { /* Add new patch number below this line */ + /**/ + 239, /**/ -- Vi beats Emacs to death, and then again! http://linuxtoday.com/stories/5764.html /// 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 ///