]> granicus.if.org Git - vim/commit
patch 8.2.1509: vertical separator is cleared when dragging a popup window v8.2.1509
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Aug 2020 15:21:14 +0000 (17:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Aug 2020 15:21:14 +0000 (17:21 +0200)
commit9943b3d97955ece99c747c959e0a7d493bb762bb
treec33dd3b16c0d20cb1eae23381439ceeb1af532bf
parentc63b72b6dc1347530ce906b462bb568994552c8b
patch 8.2.1509: vertical separator is cleared when dragging a popup window

Problem:    Vertical separator is cleared when dragging a popup window using a
            multi-byte character for the border.
Solution:   Only clear the character before the window if it is using a
            multi-byte character. (closes #6766)
src/screen.c
src/version.c