diff src/version.c @ 14891:66176f8735aa v8.1.0457

patch 8.1.0457: win32 console: key mappings don't work commit https://github.com/vim/vim/commit/0cc7b2d6ccc79d6ce69f5405f9914a42cb4f615e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 15:49:56 2018 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 16:00:06 +0200
parents ba1f0c06b4be
children 291656f731c9
line wrap: on
line diff
--- 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,