commit | 5b19e5b919ec568792e2e2301899f0e58cf9e550 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 15:12:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 15:12:12 2019 +0200 |
tree | 42c94ab698d0ac61fe6fb60a1260b33dade25925 | |
parent | 899f20deae22d8cfc89d88d5f1869e5191d4b360 [diff] [blame] |
patch 8.1.1644: sound test does not work on Travis Problem: Sound test does not work on Travis. Solution: Use "sg" command to enable audio. (Ozaki Kiichi, closes #4624)
diff --git a/src/version.c b/src/version.c index c7e2a16..754155b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1644, +/**/ 1643, /**/ 1642,