To: vim_dev@googlegroups.com Subject: Patch 8.2.4961 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4961 Problem: Build error with a certain combination of features. Solution: Adjust #if. (John Marriott) Files: src/memline.c *** ../vim-8.2.4960/src/memline.c 2022-05-15 22:24:51.536182715 +0100 --- src/memline.c 2022-05-16 10:02:35.726190978 +0100 *************** *** 3361,3367 **** } ! #if defined(FEAT_SPELL) || defined(FEAT_QUICKFIX) || defined(PROTO) /* * Like ml_append() but for an arbitrary buffer. The buffer must already have * a memline. --- 3361,3368 ---- } ! #if defined(FEAT_SPELL) || defined(FEAT_QUICKFIX) || defined(FEAT_PROP_POPUP) \ ! || defined(PROTO) /* * Like ml_append() but for an arbitrary buffer. The buffer must already have * a memline. *** ../vim-8.2.4960/src/version.c 2022-05-15 22:24:51.536182715 +0100 --- src/version.c 2022-05-16 10:04:27.770354230 +0100 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4961, /**/ -- "You mean there really is an answer?" "Yes! But you're not going to like it!" "Oh do please tell us!" "You're really not going to like it!" "but we MUST know - tell us" "Alright, the answer is...." "yes..." "... is ..." "yes... come on!" "is 42!" (Douglas Adams - The Hitchhiker's Guide to the Galaxy) /// 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 ///