Skip to content

Commit 25b8420

Browse files
ychinbrammool
authored andcommitted
patch 9.0.0833: Mac: no +sound feature in huge build
Problem: Mac: no +sound feature in huge build. Solution: Enable +sound in Mac huge build. (closes #11497)
1 parent 5a5f17f commit 25b8420

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
833,
698700
/**/
699701
832,
700702
/**/

src/vim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
# if defined(FEAT_NORMAL) && !defined(FEAT_CLIPBOARD)
168168
# define FEAT_CLIPBOARD
169169
# endif
170-
# if defined(FEAT_BIG) && !defined(FEAT_SOUND)
170+
# if defined(FEAT_HUGE) && !defined(FEAT_SOUND)
171171
# define FEAT_SOUND
172172
# endif
173173
# if defined(FEAT_SOUND)

0 commit comments

Comments
 (0)