To: vim_dev@googlegroups.com Subject: Patch 8.2.4561 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4561 Problem: Build failure with some combination of features. (John Marriott) Solution: Adjust #ifdef. Files: src/mouse.c *** ../vim-8.2.4560/src/mouse.c 2022-03-13 15:52:34.173429915 +0000 --- src/mouse.c 2022-03-13 19:08:29.885557073 +0000 *************** *** 3031,3037 **** } #if defined(NEED_VCOL2COL) || defined(FEAT_BEVAL) || defined(FEAT_PROP_POPUP) \ ! || defined(PROTO) /* * Convert a virtual (screen) column to a character column. * The first column is one. --- 3031,3037 ---- } #if defined(NEED_VCOL2COL) || defined(FEAT_BEVAL) || defined(FEAT_PROP_POPUP) \ ! || defined(FEAT_EVAL) || defined(PROTO) /* * Convert a virtual (screen) column to a character column. * The first column is one. *** ../vim-8.2.4560/src/version.c 2022-03-13 17:27:34.174619983 +0000 --- src/version.c 2022-03-13 19:02:34.594048985 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4561, /**/ -- hundred-and-one symptoms of being an internet addict: 253. You wait for a slow loading web page before going to the toilet. /// 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 ///