Patch 8.2.4561

7 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 13, 2022, 3:25:15 PM3/13/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages