commit | 2f9c209ba089d81fd727122bbe0ae1da00585d80 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Mon Jun 07 20:28:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 07 20:28:45 2021 +0200 |
tree | 4ee448faaf8f361c45f07e1cb33361a28d5c7bb5 | |
parent | f7a023e580c695e86f68228adcf5c9e6ea00a4d5 [diff] [blame] |
patch 8.2.2959: sound_playfile() is not tested on MS-Windows Problem: sound_playfile() is not tested on MS-Windows. Solution: Make it work and enable the test. (Dominique Pellé, closes #8338)
diff --git a/src/version.c b/src/version.c index e39ee98..13a5200 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2959, +/**/ 2958, /**/ 2957,