Re: Patch 9.0.1084

2022-12-20 Fir de Conversatie Christopher Plewright
> The attached patch tries to fix both warnings. Thanks. > It seems that the function peek_input_record_buffer() is not used anywhere. > So the patch removes it. Yeah, it’s not used now. The existing static s_irCache is inner function scoped, so I couldn’t directly inject records to it for t

Re: Patch 9.0.1084

2022-12-20 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 21-Dec-2022 07:02, Bram Moolenaar wrote: > > Patch 9.0.1084 > > Problem:Code handling low level MS-Windows events cannot be tested. > > Solution: Add test_mswin_event() and tests using it. (Christopher > > Plewright, > >

Re: Patch 9.0.1084

2022-12-20 Fir de Conversatie John Marriott
On 21-Dec-2022 07:02, Bram Moolenaar wrote: Patch 9.0.1084 Problem:Code handling low level MS-Windows events cannot be tested. Solution: Add test_mswin_event() and tests using it. (Christopher Plewright, closes #11622) Files: runtime/doc/builtin.txt, runtime/doc

Patch 9.0.1084

2022-12-20 Fir de Conversatie Bram Moolenaar
Patch 9.0.1084 Problem:Code handling low level MS-Windows events cannot be tested. Solution: Add test_mswin_event() and tests using it. (Christopher Plewright, closes #11622) Files: runtime/doc/builtin.txt, runtime/doc/testing.txt, runtime/doc/usr_41.txt, src