commit | a98f8a230596d8fb44cc68321de72980a21428cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 18:24:23 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 18:24:23 2021 +0100 |
tree | f768896ab8192818caa41867883bb2c40f71a797 | |
parent | 942db23c9cb7532d68048530d749eb84ca94d0cd [diff] [blame] |
patch 8.2.2508: cannot change the character displayed in non existing lines Problem: Cannot change the character displayed in non existing lines. Solution: Add the "eob" item to 'fillchars'. (closes #7832, closes #3820)
diff --git a/src/version.c b/src/version.c index eeddd86..71b180f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2508, +/**/ 2507, /**/ 2506,