diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-01-25 18:46:56 +0000 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-01-25 18:46:56 +0000 |
commit | 726d6269a68a89ca79cb995492a5cc5e0361e721 (patch) | |
tree | 53ddb0645e09cce389d820c1c9de656efca4dd2f /runtime | |
parent | d6ccb60a1c75f49255940009abd3bb740bb461af (diff) | |
parent | 9837de570c5972f98e74848edc97c297a13136ea (diff) | |
download | rneovim-726d6269a68a89ca79cb995492a5cc5e0361e721.tar.gz rneovim-726d6269a68a89ca79cb995492a5cc5e0361e721.tar.bz2 rneovim-726d6269a68a89ca79cb995492a5cc5e0361e721.zip |
Merge branch 'colorcolchar' into 20230125_mix
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 293f9ddc80..2bd976fa43 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1371,7 +1371,8 @@ A jump table for the options with a short description can be found at |Q_op|. 'colorcolumn' 'cc' string (default "") local to window 'colorcolumn' is a comma-separated list of screen columns that are - highlighted with ColorColumn |hl-ColorColumn|. Useful to align + highlighted with ColorColumn |hl-ColorColumn| and drawn using the + "colorcol" option from 'fillchars'. Useful to align text. Will make screen redrawing slower. The screen column can be an absolute number, or a number preceded with '+' or '-', which is added to or subtracted from 'textwidth'. > @@ -2501,6 +2502,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 + colorcol ' ' character to display in the colorcolumn lastline '@' 'display' contains lastline/truncate Any one that is omitted will fall back to the default. For "stl" and @@ -2539,6 +2541,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| + colorcol:c ColorColumn |hl-ColorColumn| lastline NonText |hl-NonText| *'fixendofline'* *'fixeol'* *'nofixendofline'* *'nofixeol'* |