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 -- Br...@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 ///