comparison src/version.c @ 8661:a931160ffc41 v7.4.1620

commit https://github.com/vim/vim/commit/4077b33a8370afb3d5ae74e556a0119cf51fe294 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 20 18:15:21 2016 +0100 patch 7.4.1620 Problem: Emoji characters are not considered as a kind of word character. Solution: Give emoji characters a word class number. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Mar 2016 18:30:04 +0100
parents 72e2f387466f
children b2a48aabe21f
comparison
equal deleted inserted replaced
8660:f823d462c690 8661:a931160ffc41
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 1620,
751 /**/ 753 /**/
752 1619, 754 1619,
753 /**/ 755 /**/
754 1618, 756 1618,
755 /**/ 757 /**/