]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1652: term_dumpwrite() does not output composing characters v8.0.1652
authorBram Moolenaar <Bram@vim.org>
Thu, 29 Mar 2018 15:22:24 +0000 (17:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 29 Mar 2018 15:22:24 +0000 (17:22 +0200)
commitf06b0b6c8f85ea9c320f2be30b25ed084969c1e2
tree96efb9e8505b7eee64c6b3ea57ba55d83be50efc
parent0751f51a5b428805a8c1e9fe529693d032bec991
patch 8.0.1652: term_dumpwrite() does not output composing characters

Problem:    term_dumpwrite() does not output composing characters.
Solution:   Use the cell index.
src/terminal.c
src/testdir/test_terminal.vim
src/version.c