commit | 68eab67119734ea1efc7cef1287276d969f2713a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 17:42:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 17:42:48 2022 +0000 |
tree | 8724ac095e54d4a3727ce60295c67b2a1bee835a | |
parent | 2457b2bbc28cce6e8c1106d427b8e867d4f58cfa [diff] [blame] |
patch 8.2.4444: beep caused by test Problem: Beep caused by test. ASAN reports leaks. Solution: Do not put a NL at the end of the script. Make the text work on MS-Windows. Do not run the test with ASAN.
diff --git a/src/version.c b/src/version.c index 05e5229..646f1ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4444, +/**/ 4443, /**/ 4442,