diff src/version.c @ 7080:1a34f5272977 v7.4.852

commit https://github.com/vim/vim/commit/ac360bf2ca293735fc7c6654dc2b3066f4c62488 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 1 20:31:20 2015 +0200 patch 7.4.852 Problem: On MS-Windows console Vim uses ANSI APIs for keyboard input and console output, it cannot input/output Unicode characters. Solution: Use Unicode APIs for console I/O. (Ken Takata, Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Sep 2015 20:45:04 +0200
parents 383d6f39669b
children ad4c039349f6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    852,
+/**/
     851,
 /**/
     850,