commit | 0cc7b2d6ccc79d6ce69f5405f9914a42cb4f615e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 15:49:56 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 15:49:56 2018 +0200 |
tree | 70be5f06618c3de424b2c889c34ec88a5e03a862 | |
parent | d8f27b30d6ec0bcfcb8f44c6201e36c003d1ce88 [diff] [blame] |
patch 8.1.0457: win32 console: key mappings don't work 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)
diff --git a/src/version.c b/src/version.c index 926efea..f701c25 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 457, +/**/ 456, /**/ 455,