diff src/version.c @ 5580:6fdb1d6646b6 v7.4.137

updated for version 7.4.137 Problem: Cannot use IME with Windows 8 console. Solution: Change the user of ReadConsoleInput() and PeekConsoleInput(). (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Fri, 10 Jan 2014 13:51:42 +0100
parents 3881cd916014
children 6eb60041548c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    137,
+/**/
     136,
 /**/
     135,