diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-12-25 19:08:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 19:08:36 -0500 |
commit | 397201f2c6ae89aeaea2a259b1c095303e7ee4d0 (patch) | |
tree | c28abe78299a7c7e47bd249f1bf4419c7c116651 /runtime | |
parent | 06985fa595b5cd43e1a1b3a1b66198d4d0ae1c2f (diff) | |
parent | 0e18cf4b6d2dccd303724c27ae90097cc033f233 (diff) | |
download | rneovim-397201f2c6ae89aeaea2a259b1c095303e7ee4d0.tar.gz rneovim-397201f2c6ae89aeaea2a259b1c095303e7ee4d0.tar.bz2 rneovim-397201f2c6ae89aeaea2a259b1c095303e7ee4d0.zip |
Merge pull request #16705 from zeertzjq/vim-8.2.2508
vim-patch:8.2.{2508,2641,3846}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/windows.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index e0c33fa2c9..bb31895c96 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -116,10 +116,12 @@ other windows. If 'mouse' is enabled, a status line can be dragged to resize windows. *filler-lines* -The lines after the last buffer line in a window are called filler lines. -These lines start with a tilde (~) character. By default, these are -highlighted as NonText (|hl-NonText|). The EndOfBuffer highlight group -(|hl-EndOfBuffer|) can be used to change the highlighting of filler lines. +The lines after the last buffer line in a window are called filler lines. By +default, these lines start with a tilde (~) character. The 'eob' item in the +'fillchars' option can be used to change this character. By default, these +characters are highlighted as NonText (|hl-NonText|). The EndOfBuffer +highlight group (|hl-EndOfBuffer|) can be used to change the highlighting of +the filler characters. ============================================================================== 3. Opening and closing a window *opening-window* *E36* |