To: vim_dev@googlegroups.com Subject: Patch 8.2.3260 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3260 Problem: Build failure with small features. Solution: Add #ifdef. Files: src/ex_docmd.c *** ../vim-8.2.3259/src/ex_docmd.c 2021-07-31 21:32:27.421666727 +0200 --- src/ex_docmd.c 2021-07-31 21:43:39.367958216 +0200 *************** *** 1388,1393 **** --- 1388,1394 ---- return retval; } + #if defined(FEAT_EVAL) || defined(PROTO) /* * Handle when "did_throw" is set after executing commands. */ *************** *** 1455,1461 **** estack_pop(); } - #ifdef FEAT_EVAL /* * Obtain a line when inside a ":while" or ":for" loop. */ --- 1456,1461 ---- *** ../vim-8.2.3259/src/version.c 2021-07-31 21:32:27.425666716 +0200 --- src/version.c 2021-07-31 21:44:20.951852806 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3260, /**/ -- DINGO: You must spank her well and after you have spanked her you may deal with her as you like and then ... spank me. AMAZING: And spank me! STUNNER: And me. LOVELY: And me. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///