0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.0.1652: term_dumpwrite() does not output composing characters

Problem:    term_dumpwrite() does not output composing characters.
Solution:   Use the cell index.
This commit is contained in:
Bram Moolenaar
2018-03-29 17:22:24 +02:00
parent 0751f51a5b
commit f06b0b6c8f
3 changed files with 25 additions and 1 deletions

View File

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