To: vim_dev@googlegroups.com Subject: Patch 8.2.1348 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1348 Problem: Build failure without the eval feature. Solution: Add #ifdef. Files: src/ex_docmd.c *** ../vim-8.2.1347/src/ex_docmd.c 2020-08-01 20:45:06.928096141 +0200 --- src/ex_docmd.c 2020-08-01 21:09:53.621337596 +0200 *************** *** 8581,8587 **** (long)(current_sctx.sc_lnum + SOURCING_LNUM)); result = strbuf; break; - #endif case SPEC_SID: if (current_sctx.sc_sid <= 0) --- 8581,8586 ---- *************** *** 8592,8597 **** --- 8591,8597 ---- sprintf((char *)strbuf, "%d_", current_sctx.sc_sid); result = strbuf; break; + #endif #ifdef FEAT_CLIENTSERVER case SPEC_CLIENT: // Source of last submitted input *** ../vim-8.2.1347/src/version.c 2020-08-01 20:45:06.928096141 +0200 --- src/version.c 2020-08-01 21:10:38.773168193 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1348, /**/ -- A meeting is an event at which the minutes are kept and the hours are lost. /// 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 ///