comparison 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
comparison
equal deleted inserted replaced
14890:dbc263f9f598 14891:66176f8735aa
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 457,
795 /**/ 797 /**/
796 456, 798 456,
797 /**/ 799 /**/
798 455, 800 455,
799 /**/ 801 /**/