diff 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
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 */
 /**/
+    1620,
+/**/
     1619,
 /**/
     1618,