commit | 196a1f740981e878091fa124a400d1fc4bfa2bb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 21 14:39:19 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 21 14:39:19 2021 +0100 |
tree | ce397a8e006aa7d4983ba7f868e5f6331403d5b8 | |
parent | c5cf369e9543ff065e2e1da91da3218c223840e2 [diff] [blame] |
patch 8.2.2633: multi-byte 'fillchars' for folding do not show properly Problem: Multi-byte 'fillchars' for folding do not show properly. Solution: Handle multi-byte characters correctly. (Yegappan Lakshmanan, closes #7983, closes #7955)
diff --git a/src/version.c b/src/version.c index be2c759..350f0a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2633, +/**/ 2632, /**/ 2631,