commit | be99042b03edf7b8156c9adbc23516bfcf2cec0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 30 16:01:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 30 16:01:42 2022 +0100 |
tree | e9afac204bdbaa4e87238a3ca19ce3e69d667309 | |
parent | 71223e2db87c2bf3b09aecb46266b56cda26191d [diff] [blame] |
patch 8.2.5044: command line test fails Problem: Command line test fails. Solution: Also beep when cmdline win can't be opened because of locks. Make the test not beep. Make the test pass on MS-Windows.
diff --git a/src/version.c b/src/version.c index a15bb3e..1e7b2a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5044, +/**/ 5043, /**/ 5042,