comparison src/version.c @ 14879:ccedb80725c5 v8.1.0451

patch 8.1.0451: Win32 console: keypad keys don't work commit https://github.com/vim/vim/commit/2bc152ab53c4b01072edf6ec2ff61e504cb03cbe Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 3 20:44:20 2018 +0200 patch 8.1.0451: Win32 console: keypad keys don't work Problem: Win32 console: keypad keys don't work. Solution: Use numbers instead of characters to avoid the value becoming negative. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Wed, 03 Oct 2018 20:45:06 +0200
parents 8b6124732e8f
children 35aff6b8a2c7
comparison
equal deleted inserted replaced
14878:3adfdb610695 14879:ccedb80725c5
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 451,
795 /**/ 797 /**/
796 450, 798 450,
797 /**/ 799 /**/
798 449, 800 449,
799 /**/ 801 /**/