summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-10-07 15:49:56 +0200
committerBram Moolenaar <Bram@vim.org>2018-10-07 15:49:56 +0200
commit0cc7b2d6ccc79d6ce69f5405f9914a42cb4f615e (patch)
tree70be5f06618c3de424b2c889c34ec88a5e03a862 /src/version.c
parentd8f27b30d6ec0bcfcb8f44c6201e36c003d1ce88 (diff)
downloadvim-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.c2
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,