]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1071: cannot get composing characters from the screen v8.1.1071
authorBram Moolenaar <Bram@vim.org>
Fri, 29 Mar 2019 13:16:42 +0000 (14:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 29 Mar 2019 13:16:42 +0000 (14:16 +0100)
commit2912abb3a2fd72074e3901c8ae1d4a77ce764675
tree099327af555d07a9322b1f40df94f846e3bfcead
parente46736b23b7cc25b914415fe4ceb851504f5419c
patch 8.1.1071: cannot get composing characters from the screen

Problem:    Cannot get composing characters from the screen.
Solution:   Add screenchars() and screenstring(). (partly by Ozaki Kiichi,
            closes #4059)
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/testdir/test_utf8.vim
src/testdir/view_util.vim
src/version.c