1
0
forked from aniani/vim

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)
This commit is contained in:
zeertzjq
2022-10-04 20:35:37 +01:00
committed by Bram Moolenaar
parent 2cd0f27b75
commit 18b3500b8c
5 changed files with 30 additions and 4 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
661,
/**/
660,
/**/