commit | 67418d97b457d2e27fe342472d3c9fd342ffc47f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 22:07:39 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 22:07:39 2017 +0200 |
tree | 42beedb439133453caefdada8dc3d34454d12694 | |
parent | 8bfe07b70878c83c838320cc6a93d62cd78b953f [diff] [blame] |
patch 8.0.1200: tests switch the bell off twice Problem: Tests switch the bell off twice. Solution: Don't set 'belloff' in individual tests. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 5baff48..30a13fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1200, +/**/ 1199, /**/ 1198,