diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-10-07 15:49:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-10-07 15:49:56 +0200 |
commit | 0cc7b2d6ccc79d6ce69f5405f9914a42cb4f615e (patch) | |
tree | 70be5f06618c3de424b2c889c34ec88a5e03a862 /src/version.c | |
parent | d8f27b30d6ec0bcfcb8f44c6201e36c003d1ce88 (diff) | |
download | vim-git-0cc7b2d6ccc79d6ce69f5405f9914a42cb4f615e.tar.gz |
patch 8.1.0457: win32 console: key mappings don't workv8.1.0457
Problem: Win32 console: key mappings don't work.
Solution: Use another solution for the keypad keys that doesn't break
mappings. Some values will be negative. (Mike Williams)
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 926efea0b..f701c2521 100644 --- a/src/version.c +++ b/src/version.c @@ -793,6 +793,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 457, +/**/ 456, /**/ 455, |