commit | 06e6377009c5763639310fa3bf892dec27a63334 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 19 23:04:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 19 23:04:34 2019 +0200 |
tree | 81187b73c8e6c9ce90e132216da8d13fe8969167 | |
parent | 85850f3a5ef9f5a9d22e908ef263de8faa265a95 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 64a6daa..af9caa4 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1715, +/**/ 1714, /**/ 1713,