]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1655: popup window border drawn wrong with multi-byte char v8.1.1655
authorBram Moolenaar <Bram@vim.org>
Mon, 8 Jul 2019 21:30:22 +0000 (23:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 8 Jul 2019 21:30:22 +0000 (23:30 +0200)
commit3dabd718f4b2d8e09de9e2ec73832620b91c2f79
treed8dc80b5d6b1a718537d688fcf906418289f4212
parent8a7383b6d28be02413cf115d4b8ed1b44d60dd9f
patch 8.1.1655: popup window border drawn wrong with multi-byte char

Problem:    Popup window border drawn wrong with multi-byte char. (Marcin
            Szamotulski)
Solution:   Correct check in mb_fix_col(). (closes #4635)
src/mbyte.c
src/testdir/dumps/Test_popupwin_24.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c