commit | 25b8420c2b4c65f8e0292fbc006db1ea12d4b1c6 | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Sat Nov 05 14:23:14 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 05 14:23:14 2022 +0000 |
tree | 999d80fe78fe98c126b153f8d7ecfe9a7d4e56ae | |
parent | 5a5f17f9b3fa14c36a7d6c96ac55acaddb6247e1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f7817f2..e852ea1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 833, +/**/ 832, /**/ 831,