]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1514: multibyte vertical separator is cleared when dragging popup v8.2.1514
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Aug 2020 13:09:36 +0000 (15:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Aug 2020 13:09:36 +0000 (15:09 +0200)
commitdc0cf1db3e8e0de349e4cc5b0a7ab6c8b7dc2ebb
tree63c9a20435c0993d4f5915513862e5b2ab41d621
parent0981c8729e09551f2e8e6c159bc29f2c1d04019c
patch 8.2.1514: multibyte vertical separator is cleared when dragging popup

Problem:    Multibyte 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 double width.
            (closes #6766)
src/screen.c
src/version.c