comparison runtime/doc/windows.txt @ 23932:4549133c1e77 v8.2.2508

patch 8.2.2508: cannot change the character displayed in non existing lines Commit: https://github.com/vim/vim/commit/a98f8a230596d8fb44cc68321de72980a21428cb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 18:24:23 2021 +0100 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 https://github.com/vim/vim/issues/7832, closes https://github.com/vim/vim/issues/3820)
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Feb 2021 18:30:03 +0100
parents 5b37a0bf7e3a
children 4ab4ef0c48b1
comparison
equal deleted inserted replaced
23931:5b37a0bf7e3a 23932:4549133c1e77
136 "si" now stands for italic! If italic is not available on your terminal, the 136 "si" now stands for italic! If italic is not available on your terminal, the
137 status line is inverted anyway; you will only see this problem on terminals 137 status line is inverted anyway; you will only see this problem on terminals
138 that have termcap codes for italics. 138 that have termcap codes for italics.
139 139
140 *filler-lines* 140 *filler-lines*
141 The lines after the last buffer line in a window are called filler lines. 141 The lines after the last buffer line in a window are called filler lines. By
142 These lines start with a tilde (~) character. By default, these are 142 default, these lines start with a tilde (~) character. The 'eob' item in the
143 highlighted as NonText (|hl-NonText|). The EndOfBuffer highlight group 143 'fillchars' option can be used to change this character. By default, these
144 (|hl-EndOfBuffer|) can be used to change the highlighting of filler lines. 144 characters are highlighted as NonText (|hl-NonText|). The EndOfBuffer
145 highlight group (|hl-EndOfBuffer|) can be used to change the highlighting of
146 the filler characters.
145 147
146 ============================================================================== 148 ==============================================================================
147 3. Opening and closing a window *opening-window* *E36* 149 3. Opening and closing a window *opening-window* *E36*
148 150
149 CTRL-W s *CTRL-W_s* 151 CTRL-W s *CTRL-W_s*