> 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
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,
> >
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
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