commit | 2f7e1b8b40dbc97752b8b816560f752f16e0207a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 13:17:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 13:17:31 2022 +0100 |
tree | 296d75367dc0067b123fdecec6f5aee4e814254a | |
parent | ec32c781a282398e3da27f4aec4b03fcd20f8b0d [diff] [blame] |
patch 9.0.0655: passing modifier codes to a shell running in the GUI Problem: passing modifier codes to a shell running in the GUI. (Gary Johnson) Solution: Include modifier codes into the key and drop the modifiers.
diff --git a/src/version.c b/src/version.c index f37aaf6..dc9b6bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 655, +/**/ 654, /**/ 653,