diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-28 21:30:58 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-28 21:57:50 -0400 |
commit | df2acdc3be807393ea8d61bb94c41d792388c0de (patch) | |
tree | 6807f01a1794e3c0fe40371bd75661873b27461d /runtime/doc/windows.txt | |
parent | 565783be4b42ec8cf2d24543b7d501499c6a1091 (diff) | |
download | rneovim-df2acdc3be807393ea8d61bb94c41d792388c0de.tar.gz rneovim-df2acdc3be807393ea8d61bb94c41d792388c0de.tar.bz2 rneovim-df2acdc3be807393ea8d61bb94c41d792388c0de.zip |
vim-patch:65e0d77a66b7
Update runtime files
https://github.com/vim/vim/commit/65e0d77a66b7e50beb562ad554ace46c32ef8f0f
Omit usr_46.txt because of vim9.
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r-- | runtime/doc/windows.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 654714177d..bb8e2655f6 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -115,6 +115,12 @@ status line, the '^' character is used for the current window, and '=' for 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. + ============================================================================== 3. Opening and closing a window *opening-window* *E36* |