To: vim_dev@googlegroups.com Subject: Patch 8.2.1346 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1346 Problem: Small build fails. Solution: Add #ifdef. Files: src/ex_docmd.c *** ../vim-8.2.1345/src/ex_docmd.c 2020-08-01 17:00:00.173379358 +0200 --- src/ex_docmd.c 2020-08-01 19:23:01.914470563 +0200 *************** *** 7276,7284 **** { long n; if (not_in_vim9(eap) == FAIL) return; ! n = get_address(eap, &eap->arg, eap->addr_type, FALSE, FALSE, FALSE, 1); if (eap->arg == NULL) // error detected { --- 7276,7285 ---- { long n; + #ifdef FEAT_EVAL if (not_in_vim9(eap) == FAIL) return; ! #endif n = get_address(eap, &eap->arg, eap->addr_type, FALSE, FALSE, FALSE, 1); if (eap->arg == NULL) // error detected { *** ../vim-8.2.1345/src/version.c 2020-08-01 19:13:57.505084903 +0200 --- src/version.c 2020-08-01 19:23:28.454342088 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1346, /**/ -- To be rich is not the end, but only a change of worries. /// 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 ///