1
0
forked from aniani/vim

patch 8.1.1715: emoji characters are seen as word characters for spelling

Problem:    Emoji characters are seen as word characters for spelling. (Gautam
            Iyer)
Solution:   Exclude class 3 from word characters.
This commit is contained in:
Bram Moolenaar
2019-07-19 23:04:34 +02:00
parent 85850f3a5e
commit 06e6377009
2 changed files with 3 additions and 1 deletions

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1715,
/**/
1714,
/**/