commit | b48e96f61c87a64e38e3ac50732c92a84a4833b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 12:26:14 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 12:26:14 2018 +0100 |
tree | 170cf91f5865fda3f985328c50b5d009e5296a3b | |
parent | 294959528e02403cd7ef6541208835f0c621c63b [diff] [blame] |
patch 8.0.1510: cannot test if a command causes a beep Problem: Cannot test if a command causes a beep. Solution: Add assert_beeps().
diff --git a/src/version.c b/src/version.c index beffe2a..7028ad3 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1510, +/**/ 1509, /**/ 1508,