comparison Filelist @ 17004:353ed7ef78df v8.1.1502

patch 8.1.1502: cannot play any sound commit https://github.com/vim/vim/commit/427f5b66ce0abe19daed9291b1693f6e8aae6552 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 9 13:43:51 2019 +0200 patch 8.1.1502: cannot play any sound Problem: Cannot play any sound. Solution: Use libcanberra if available. Add sound functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 13:45:06 +0200
parents 95975a82df42
children d4a7c690c8e6
comparison
equal deleted inserted replaced
17003:0363f6e9eac3 17004:353ed7ef78df
86 src/regexp.h \ 86 src/regexp.h \
87 src/screen.c \ 87 src/screen.c \
88 src/search.c \ 88 src/search.c \
89 src/sha256.c \ 89 src/sha256.c \
90 src/sign.c \ 90 src/sign.c \
91 src/sound.c \
91 src/spell.c \ 92 src/spell.c \
92 src/spell.h \ 93 src/spell.h \
93 src/spellfile.c \ 94 src/spellfile.c \
94 src/structs.h \ 95 src/structs.h \
95 src/syntax.c \ 96 src/syntax.c \
148 src/testdir/dumps/*.dump \ 149 src/testdir/dumps/*.dump \
149 src/testdir/samples/*.txt \ 150 src/testdir/samples/*.txt \
150 src/testdir/samples/test000 \ 151 src/testdir/samples/test000 \
151 src/testdir/if_ver*.vim \ 152 src/testdir/if_ver*.vim \
152 src/testdir/color_ramp.vim \ 153 src/testdir/color_ramp.vim \
154 src/testdir/silent.wav \
153 src/proto.h \ 155 src/proto.h \
154 src/protodef.h \ 156 src/protodef.h \
155 src/proto/arabic.pro \ 157 src/proto/arabic.pro \
156 src/proto/autocmd.pro \ 158 src/proto/autocmd.pro \
157 src/proto/beval.pro \ 159 src/proto/beval.pro \
207 src/proto/regexp.pro \ 209 src/proto/regexp.pro \
208 src/proto/screen.pro \ 210 src/proto/screen.pro \
209 src/proto/search.pro \ 211 src/proto/search.pro \
210 src/proto/sha256.pro \ 212 src/proto/sha256.pro \
211 src/proto/sign.pro \ 213 src/proto/sign.pro \
214 src/proto/sound.pro \
212 src/proto/spell.pro \ 215 src/proto/spell.pro \
213 src/proto/spellfile.pro \ 216 src/proto/spellfile.pro \
214 src/proto/syntax.pro \ 217 src/proto/syntax.pro \
215 src/proto/tag.pro \ 218 src/proto/tag.pro \
216 src/proto/term.pro \ 219 src/proto/term.pro \