comparison runtime/doc/windows.txt @ 20856:83cfa1ef1bf2

Update runtime files Commit: https://github.com/vim/vim/commit/65e0d77a66b7e50beb562ad554ace46c32ef8f0f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 14 17:29:55 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jun 2020 17:45:04 +0200
parents 7f88f6a3ed4c
children 0db0640e16e0
comparison
equal deleted inserted replaced
20855:6390b8b611fb 20856:83cfa1ef1bf2
134 check if the 'highlight' option contains "si". In version 3.0, this meant to 134 check if the 'highlight' option contains "si". In version 3.0, this meant to
135 invert the status line. Now it should be "sr", reverse the status line, as 135 invert the status line. Now it should be "sr", reverse the status line, as
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
140 *filler-lines*
141 The lines after the last buffer line in a window are called filler lines.
142 These lines start with a tilde (~) character. By default, these are
143 highlighted as NonText (|hl-NonText|). The EndOfBuffer highlight group
144 (|hl-EndOfBuffer|) can be used to change the highlighting of filler lines.
139 145
140 ============================================================================== 146 ==============================================================================
141 3. Opening and closing a window *opening-window* *E36* 147 3. Opening and closing a window *opening-window* *E36*
142 148
143 CTRL-W s *CTRL-W_s* 149 CTRL-W s *CTRL-W_s*