commit | 18b3500b8c517e44c23197e558aa36aed1c6916c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Oct 04 20:35:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 20:35:37 2022 +0100 |
tree | 36268ec8403ef62346b070af87e72193be696ad2 | |
parent | 2cd0f27b75c4497bec872819a965b3d6b4d55030 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3adb513..e9cc0ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 661, +/**/ 660, /**/ 659,