diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-10-05 07:25:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 07:25:30 +0800 |
commit | 759259e8af2f6f5e840fcbd687caaaf5f2b9b676 (patch) | |
tree | cedc2681f83934bc007134b862f24d1bc41bec0c /runtime | |
parent | 6abb48105135ce3ae7eda22334f8104c5ddf20ce (diff) | |
parent | 98bb2c19309ced1131afce4fc2cdae518d0a2dcd (diff) | |
download | rneovim-759259e8af2f6f5e840fcbd687caaaf5f2b9b676.tar.gz rneovim-759259e8af2f6f5e840fcbd687caaaf5f2b9b676.tar.bz2 rneovim-759259e8af2f6f5e840fcbd687caaaf5f2b9b676.zip |
Merge pull request #20490 from zeertzjq/vim-9.0.0656
vim-patch:9.0.{0656,0661}: 'fillchars' "lastline"
Diffstat (limited to 'runtime')
-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 5871b82d9c..b6431c9a40 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2148,6 +2148,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 @@ -2483,6 +2486,7 @@ A jump table for the options with a short description can be found at |Q_op|. diff '-' deleted lines of the 'diff' option msgsep ' ' message separator 'display' eob '~' empty lines at 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 '=' @@ -2520,6 +2524,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) |