diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-10-10 21:14:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-10-10 21:14:03 +0200 |
commit | 6a0299d8f4c7a64c64d60a6bb39cfe6eaf892247 (patch) | |
tree | f90be14b4122755ec33df17f1cfe86bee4ed600a /src/version.c | |
parent | 07282f01da06c158bab4787adc89ec15d7eeb202 (diff) | |
download | vim-git-8.1.2134.tar.gz |
patch 8.1.2134: modifier keys are not always recognizedv8.1.2134
Problem: Modifier keys are not always recognized.
Solution: Handle key codes generated by xterm with modifyOtherKeys set.
Add this to libvterm so we can debug it.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index acbcc2d25..7289c9bb6 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2134, +/**/ 2133, /**/ 2132, |