commit | 77fc0b02e53bdc49213900e0055cb6d678ce180d | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Fri Apr 22 22:45:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 22:45:52 2022 +0100 |
tree | 94f823b2821b0fe3c574085d5478f3535b101c0f | |
parent | 53ef5731480d8b5aa74137a09b3b164b436ed76b [diff] [blame] |
patch 8.2.4807: processing key eveints in Win32 GUI is not ideal Problem: Processing key eveints in Win32 GUI is not ideal. Solution: Improve processing of key events. (closes #10155)
diff --git a/src/version.c b/src/version.c index 6df25da..a2452d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4807, +/**/ 4806, /**/ 4805,