diff options
author | Yee Cheng Chin <ychin.git@gmail.com> | 2022-10-08 13:50:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-10-08 13:50:05 +0100 |
commit | 4314e4f7da4db5d85f63cdf43b73be3689502c93 (patch) | |
tree | 37d2f5ae97f68da5ca3e0edc8ac6d6aa6b06d8e3 /src/feature.h | |
parent | 5a049846e4c54d70094c3f29ffbd340c75e9c50e (diff) | |
download | vim-git-4314e4f7da4db5d85f63cdf43b73be3689502c93.tar.gz |
patch 9.0.0694: no native sound support on Mac OSv9.0.0694
Problem: No native sound support on Mac OS.
Solution: Add sound support for Mac OS. (Yee Cheng Chin, closes #11274)
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h index bc259fd56..2c65253a0 100644 --- a/src/feature.h +++ b/src/feature.h @@ -484,7 +484,7 @@ #endif /* - * sound - currently only with libcanberra + * sound */ #if !defined(FEAT_SOUND) && defined(HAVE_CANBERRA) # define FEAT_SOUND |