comparison src/version.c @ 17434:26e8d42987ca v8.1.1715

patch 8.1.1715: emoji characters are seen as word characters for spelling commit https://github.com/vim/vim/commit/06e6377009c5763639310fa3bf892dec27a63334 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 19 23:04:34 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Jul 2019 23:15:05 +0200
parents ce35cdbe9f74
children e1b5c15f5fee
comparison
equal deleted inserted replaced
17433:ca8e754bdd53 17434:26e8d42987ca
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1715,
780 /**/ 782 /**/
781 1714, 783 1714,
782 /**/ 784 /**/
783 1713, 785 1713,
784 /**/ 786 /**/