]> granicus.if.org Git - vim/commit
patch 9.0.0661: multi-byte "lastline" in 'fillchars' does not work properly v9.0.0661
authorzeertzjq <zeertzjq@outlook.com>
Tue, 4 Oct 2022 19:35:37 +0000 (20:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2022 19:35:37 +0000 (20:35 +0100)
commit18b3500b8c517e44c23197e558aa36aed1c6916c
tree36268ec8403ef62346b070af87e72193be696ad2
parent2cd0f27b75c4497bec872819a965b3d6b4d55030
patch 9.0.0661: multi-byte "lastline" in 'fillchars' does not work properly

Problem:    Multi-byte "lastline" item in 'fillchars' does not work properly
            when the window is two columns wide.
Solution:   Compute the text length correctly. (closes #11280)
src/drawscreen.c
src/testdir/dumps/Test_display_lastline_6.dump [new file with mode: 0644]
src/testdir/dumps/Test_display_lastline_euro_6.dump [new file with mode: 0644]
src/testdir/test_display.vim
src/version.c