Patch 9.0.0833
Problem: Mac: no +sound feature in huge build.
Solution: Enable +sound in Mac huge build. (closes #11497)
Files: src/vim.h
*** ../vim-9.0.0832/src/vim.h 2022-11-04 21:58:30.846679779 +0000
--- src/vim.h 2022-11-05 14:20:24.433797443 +0000
***************
*** 167,173 ****
# if defined(FEAT_NORMAL) && !defined(FEAT_CLIPBOARD)
# define FEAT_CLIPBOARD
# endif
! # if defined(FEAT_BIG) && !defined(FEAT_SOUND)
# define FEAT_SOUND
# endif
# if defined(FEAT_SOUND)
--- 167,173 ----
# if defined(FEAT_NORMAL) && !defined(FEAT_CLIPBOARD)
# define FEAT_CLIPBOARD
# endif
! # if defined(FEAT_HUGE) && !defined(FEAT_SOUND)
# define FEAT_SOUND
# endif
# if defined(FEAT_SOUND)
*** ../vim-9.0.0832/src/version.c 2022-11-05 14:05:24.985275349 +0000
--- src/version.c 2022-11-05 14:21:02.521822688 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 833,
/**/
--
hundred-and-one symptoms of being an internet addict:
26. You check your mail. It says "no new messages." So you check it again.
/// 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/20221105142415.D0A301C0739%40moolenaar.net.