To: vim_dev@googlegroups.com Subject: Patch 9.0.0833 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///