comparison src/version.c @ 5633:7db84aadd37a v7.4.163

updated for version 7.4.163 Problem: MS-Windows input doesn't work properly on Windows 7 and earlier. Solution: Add a check for Windows 8. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Feb 2014 13:36:54 +0100
parents 477665b4105f
children a01819fb6e2b
comparison
equal deleted inserted replaced
5632:2aca50f6f984 5633:7db84aadd37a
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 163,
741 /**/ 743 /**/
742 162, 744 162,
743 /**/ 745 /**/
744 161, 746 161,
745 /**/ 747 /**/