Patch 8.2.2326
Problem: Build error with +eval feature but without +spell.
Solution: Adjust #ifdef. (John Marriott)
Files: src/mbyte.c
*** ../vim-8.2.2325/src/mbyte.c 2020-12-09 12:41:44.934219841 +0100
--- src/mbyte.c 2021-01-10 22:54:22.863102668 +0100
***************
*** 4299,4305 ****
return count;
}
! #if defined(FEAT_SPELL) || defined(PROTO)
/*
* Like mb_charlen() but for a string with specified length.
*/
--- 4299,4305 ----
return count;
}
! #if (defined(FEAT_SPELL) || defined(FEAT_EVAL)) || defined(PROTO)
/*
* Like mb_charlen() but for a string with specified length.
*/
*** ../vim-8.2.2325/src/version.c 2021-01-10 22:42:46.920847063 +0100
--- src/version.c 2021-01-10 22:55:30.114930187 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2326,
/**/
--
Would you care for a drink? I mean, if it were, like,
disabled and you had to look after it?
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
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/202101102156.10ALuwKZ464383%40masaka.moolenaar.net.