]> granicus.if.org Git - vim/commit
patch 8.2.2893: multi-byte text in popup title shows up wrong v8.2.2893
authorRalf Schandl <rakus@users.noreply.github.com>
Fri, 28 May 2021 12:12:14 +0000 (14:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 May 2021 12:12:14 +0000 (14:12 +0200)
commitbc869874fedf094129831836f131c64f10d98854
tree25f910004b20bbfd23fda1d1e55287ce768f1552
parent89dcb4dce369de22fba13b9c3c63f11f8d42650b
patch 8.2.2893: multi-byte text in popup title shows up wrong

Problem:    Multi-byte text in popup title shows up wrong.
Solution:   Use the character width instead of the byte length. (Ralf Schandl,
            closes #8267, closes #8264)
src/message_test.c
src/popupwin.c
src/testdir/dumps/Test_popupwin_multibytetitle.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c