]> granicus.if.org Git - vim/commitdiff
patch 9.0.0833: Mac: no +sound feature in huge build v9.0.0833
authorYee Cheng Chin <ychin.git@gmail.com>
Sat, 5 Nov 2022 14:23:14 +0000 (14:23 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Nov 2022 14:23:14 +0000 (14:23 +0000)
Problem:    Mac: no +sound feature in huge build.
Solution:   Enable +sound in Mac huge build. (closes #11497)

src/version.c
src/vim.h

index f7817f2b7b30639224725f2369362a624919253c..e852ea1530c907b95213fdee222b7005f9d5a76b 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    833,
 /**/
     832,
 /**/
index 3ef6469e581d209eec26922c61533f45a2ce849d..be0a640cab4224b548e929e4de0a5bdb416fdd6c 100644 (file)
--- a/src/vim.h
+++ b/src/vim.h
 # if defined(FEAT_NORMAL) && !defined(FEAT_CLIPBOARD)
 #  define FEAT_CLIPBOARD
 # endif
-# if defined(FEAT_BIG) && !defined(FEAT_SOUND)
+# if defined(FEAT_HUGE) && !defined(FEAT_SOUND)
 #  define FEAT_SOUND
 # endif
 # if defined(FEAT_SOUND)