diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-10-04 14:36:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-10-04 14:36:29 +0100 |
commit | 4ba5f1dab656103e8f4a4505452d1816b9e83c1e (patch) | |
tree | 9485d33fa43b47acb7dcd42e5b4d17f7f152fdee /runtime/doc/options.txt | |
parent | 2f7e1b8b40dbc97752b8b816560f752f16e0207a (diff) | |
download | vim-git-4ba5f1dab656103e8f4a4505452d1816b9e83c1e.tar.gz |
patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656
Problem: Cannot specify another character to use instead of '@' at the end
of the window.
Solution: Add "lastline" to 'fillchars'. (Martin Tournoij, closes #11264,
closes #10963)
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index a0098a7bd..b3c4a408e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2956,6 +2956,9 @@ A jump table for the options with a short description can be found at |Q_op|. When neither "lastline" nor "truncate" is included, a last line that doesn't fit is replaced with "@" lines. + The "@" character can be changed by setting the "lastline" item in + 'fillchars'. The character is highlighted with |hl-NonText|. + *'eadirection'* *'ead'* 'eadirection' 'ead' string (default "both") global @@ -3420,6 +3423,7 @@ A jump table for the options with a short description can be found at |Q_op|. foldsep '|' open fold middle character diff '-' deleted lines of the 'diff' option eob '~' empty lines below the end of a buffer + lastline '@' 'display' contains lastline/truncate Any one that is omitted will fall back to the default. For "stl" and "stlnc" the space will be used when there is highlighting, '^' or '=' @@ -3442,6 +3446,7 @@ A jump table for the options with a short description can be found at |Q_op|. fold Folded |hl-Folded| diff DiffDelete |hl-DiffDelete| eob EndOfBuffer |hl-EndOfBuffer| + lastline NonText |hl-NonText| *'fixendofline'* *'fixeol'* *'nofixendofline'* *'nofixeol'* 'fixendofline' 'fixeol' boolean (default on) |