]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1602: stray character visible if marker on top of double-wide char v9.0.1602
authorzeertzjq <zeertzjq@outlook.com>
Sat, 3 Jun 2023 18:45:06 +0000 (19:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Jun 2023 18:45:06 +0000 (19:45 +0100)
commitecb87dd7d3f7b9291092a7dd8fae1e59b9903252
tree1deda588e0f24488bb553b4a33f93527cff42d8a
parent664fd12aa27a3c6bd19cfa474c4630d6c03fcc61
patch 9.0.1602: stray character visible if marker on top of double-wide char

Problem:    Stray character is visible if 'smoothscroll' marker is displayed
            on top of a double-wide character.
Solution:   When overwriting a double-width character with the 'smoothscroll'
            marker clear the second half. (closes #12469)
src/drawline.c
src/testdir/dumps/Test_smooth_marker_over_double_width_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_smooth_marker_over_double_width_2.dump [new file with mode: 0644]
src/testdir/test_scroll_opt.vim
src/version.c