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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220313192509.549E71C79E5%40moolenaar.net.