comparison src/version.c @ 8629:54ac275e3fc4 v7.4.1604

commit https://github.com/vim/vim/commit/3848e00e0177abdb31bc600234967863ec487233 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 19 18:42:29 2016 +0100 patch 7.4.1604 Problem: Although emoji characters are ambiguous width, best is to treat them as full width. Solution: Update the Unicode character tables. Add the 'emoji' options. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Mar 2016 18:45:04 +0100
parents 7c98c5d0298c
children e5f2e0f8af10
comparison
equal deleted inserted replaced
8628:43d8da45ac18 8629:54ac275e3fc4
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1604,
751 /**/ 753 /**/
752 1603, 754 1603,
753 /**/ 755 /**/
754 1602, 756 1602,
755 /**/ 757 /**/