commit | 0de7369fd4ed5b739341e9d7971538b89b1748e0 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sat Apr 23 11:08:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 23 11:08:11 2022 +0100 |
tree | f5631c60813962b3a204e05133e052f4159dbbe5 | |
parent | 56dba60216a1bf72c1de299316f4d4ef19e50ad5 [diff] [blame] |
patch 8.2.4811: Win32 GUI: caps lock doesn't work Problem: Win32 GUI: caps lock doesn't work. Solution: Handle VK_CAPITAL. (closes #10260, closes #10258)
diff --git a/src/version.c b/src/version.c index bb63fdb..d054717 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4811, +/**/ 4810, /**/ 4809,