commit | 20b795e0eba6c933868c8f7cf62fb85d4f007688 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Tue Dec 20 20:01:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 20 20:01:58 2022 +0000 |
tree | ac278d8ec958a58ba6c5a90fba8aef7270abc72f | |
parent | 418b54788106efd94bbc71a4b100afae1080cbfc [diff] [blame] |
patch 9.0.1084: code handling low level MS-Windows events cannot be tested Problem: Code handling low level MS-Windows events cannot be tested. Solution: Add test_mswin_event() and tests using it. (Christopher Plewright, closes #11622)
diff --git a/src/version.c b/src/version.c index 877fe75..c5f3848 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1084, +/**/ 1083, /**/ 1082,