To: vim_dev@googlegroups.com Subject: Patch 8.2.0846 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0846 Problem: Build failure with small features. Solution: Add #ifdef. Files: src/undo.c *** ../vim-8.2.0845/src/undo.c 2020-05-30 14:46:48.861163777 +0200 --- src/undo.c 2020-05-30 16:15:37.643854390 +0200 *************** *** 375,380 **** --- 375,381 ---- return ul->ul_line == NULL ? FAIL : OK; } + #ifdef FEAT_PROP_POPUP /* * return TRUE if line "lnum" has text property "flags". */ *************** *** 395,400 **** --- 396,402 ---- } return FALSE; } + #endif /* * Common code for various ways to save text before a change. *** ../vim-8.2.0845/src/version.c 2020-05-30 15:31:57.858700863 +0200 --- src/version.c 2020-05-30 16:17:18.831509784 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 846, /**/ -- hundred-and-one symptoms of being an internet addict: 215. Your mouse-clicking forearm rivals Popeye's. /// 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 ///