To: vim_dev@googlegroups.com Subject: Patch 8.2.3298 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3298 Problem: Build failure with small features. Solution: Add #ifdef. Files: src/ex_docmd.c *** ../vim-8.2.3297/src/ex_docmd.c 2021-08-05 20:39:59.346053681 +0200 --- src/ex_docmd.c 2021-08-05 21:16:37.971944526 +0200 *************** *** 2331,2337 **** || ea.cmdidx == CMD_global || ea.cmdidx == CMD_vglobal || ea.usefilter ! || inside_block(&ea)) { for (p = ea.arg; *p; ++p) { --- 2331,2340 ---- || ea.cmdidx == CMD_global || ea.cmdidx == CMD_vglobal || ea.usefilter ! #ifdef FEAT_EVAL ! || inside_block(&ea) ! #endif ! ) { for (p = ea.arg; *p; ++p) { *** ../vim-8.2.3297/src/version.c 2021-08-05 20:39:59.354053658 +0200 --- src/version.c 2021-08-05 21:17:11.211842903 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3298, /**/ -- DEAD PERSON: I don't want to go in the cart! CUSTOMER: Oh, don't be such a baby. MORTICIAN: I can't take him... DEAD PERSON: I feel fine! CUSTOMER: Oh, do us a favor... MORTICIAN: I can't. The Quest for the Holy Grail (Monty Python) /// 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 ///