diff src/version.c @ 28566:893251eed714 v8.2.4807

patch 8.2.4807: processing key eveints in Win32 GUI is not ideal Commit: https://github.com/vim/vim/commit/77fc0b02e53bdc49213900e0055cb6d678ce180d Author: LemonBoy <thatlemon@gmail.com> Date: Fri Apr 22 22:45:52 2022 +0100 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 https://github.com/vim/vim/issues/10155)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Apr 2022 00:00:04 +0200
parents 9a2fb96475ed
children 53f25723f378
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4807,
+/**/
     4806,
 /**/
     4805,