diff src/version.c @ 8273:0c3210caefa6 v7.4.1429

commit https://github.com/vim/vim/commit/d804fdf4c25435284333258856bc265f1ff10b09 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 16:04:58 2016 +0100 patch 7.4.1429 Problem: On MS-Windows, when not use renderoptions=type:directx, drawing emoji will be broken. Solution: Fix usage of unicodepdy. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 16:15:04 +0100
parents 770774e66011
children ff900e499f79
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1429,
+/**/
     1428,
 /**/
     1427,