commit | 3aca5a6fbcfbf5f4492b9ea0c4308ac524d33606 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 13:14:07 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 13:14:07 2021 +0100 |
tree | e5d533698b1e46e544e37e1c1c389ec4e6fde482 | |
parent | c0fcb6e0b10050145e7d334b68b1bdc5201fed05 [diff] [blame] |
patch 8.2.2524: cannot change the characters displayed in the foldcolumn Problem: Cannot change the characters displayed in the foldcolumn. Solution: Add fields to 'fillchars'. (Yegappan Lakshmanan, Matthieu Coudron, closes #7860)
diff --git a/src/version.c b/src/version.c index 265cf31..26f80cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2524, +/**/ 2523, /**/ 2522,