]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2508: cannot change the character displayed in non existing lines v8.2.2508
authorBram Moolenaar <Bram@vim.org>
Sat, 13 Feb 2021 17:24:23 +0000 (18:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Feb 2021 17:24:23 +0000 (18:24 +0100)
commita98f8a230596d8fb44cc68321de72980a21428cb
treef768896ab8192818caa41867883bb2c40f71a797
parent942db23c9cb7532d68048530d749eb84ca94d0cd
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)
runtime/doc/options.txt
runtime/doc/todo.txt
runtime/doc/windows.txt
src/drawscreen.c
src/globals.h
src/optiondefs.h
src/screen.c
src/testdir/test_display.vim
src/version.c