commit | 48aed0824e47147faf19fc235ad4bcf851584c9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 15:44:17 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 15:44:17 2019 +0100 |
tree | 57012170aa54ad65bbd8b5b6e3a2e47ffe158a46 | |
parent | 5f8069bbf5d989936a2f4d7a76ae42434017e3a2 [diff] [blame] |
patch 8.1.1079: no need for a separate ScreenLinesUtf8() test function Problem: No need for a separate ScreenLinesUtf8() test function. Solution: Get the composing characters with ScreenLines().
diff --git a/src/version.c b/src/version.c index 6bca45d..d8a65cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1079, +/**/ 1078, /**/ 1077,