commit | 45684c6ec458c43e20db0b2f5f19ce000d34dbd5 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sun Apr 24 15:46:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 24 15:46:42 2022 +0100 |
tree | 3eb39a75a45b050a39e0380417d5d3534c594af2 | |
parent | 490ac3fe98c737102c3f257bbe7c1797703116d9 [diff] [blame] |
patch 8.2.4817: Win32 GUI: modifiers are not always used Problem: Win32 GUI: modifiers are not always used. Solution: Handle more modifiers. (closes #10269)
diff --git a/src/version.c b/src/version.c index 57f2e8d..e46816e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4817, +/**/ 4816, /**/ 4815,