From 3848e00e0177abdb31bc600234967863ec487233 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 19 Mar 2016 18:42:29 +0100 Subject: 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) --- src/option.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index 460e30084..e962ba379 100644 --- a/src/option.h +++ b/src/option.h @@ -318,6 +318,7 @@ EXTERN int p_acd; /* 'autochdir' */ #endif #ifdef FEAT_MBYTE EXTERN char_u *p_ambw; /* 'ambiwidth' */ +EXTERN char_u *p_emoji; /* 'emoji' */ #endif #if defined(FEAT_GUI) && defined(MACOS_X) EXTERN int *p_antialias; /* 'antialias' */ -- cgit v1.2.1