]> granicus.if.org Git - vim/commit
patch 9.0.0694: no native sound support on Mac OS v9.0.0694
authorYee Cheng Chin <ychin.git@gmail.com>
Sat, 8 Oct 2022 12:50:05 +0000 (13:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Oct 2022 12:50:05 +0000 (13:50 +0100)
commit4314e4f7da4db5d85f63cdf43b73be3689502c93
tree37d2f5ae97f68da5ca3e0edc8ac6d6aa6b06d8e3
parent5a049846e4c54d70094c3f29ffbd340c75e9c50e
patch 9.0.0694: no native sound support on Mac OS

Problem:    No native sound support on Mac OS.
Solution:   Add sound support for Mac OS. (Yee Cheng Chin, closes #11274)
14 files changed:
runtime/doc/builtin.txt
src/configure.ac
src/feature.h
src/getchar.c
src/os_macosx.m
src/os_unix.c
src/proto.h
src/proto/os_macosx.pro [new file with mode: 0644]
src/proto/sound.pro
src/sound.c
src/testdir/test_sound.vim
src/ui.c
src/version.c
src/vim.h