diff options
author | Josh Rahm <rahm@google.com> | 2021-09-22 11:04:28 -0600 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2022-01-11 14:12:30 -0700 |
commit | dcb5b631075ef4bad27450513de790e96debad96 (patch) | |
tree | 7c351bbaa660e7edbd60da56b5d7f9fa9092b6aa | |
parent | 74895adbe461e56b3472408a5acc08ee19833b85 (diff) | |
download | rneovim-dcb5b631075ef4bad27450513de790e96debad96.tar.gz rneovim-dcb5b631075ef4bad27450513de790e96debad96.tar.bz2 rneovim-dcb5b631075ef4bad27450513de790e96debad96.zip |
Add colorcol character documentation.
-rw-r--r-- | runtime/doc/options.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 06236741c2..da9a138470 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1326,8 +1326,9 @@ 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 - text. Will make screen redrawing slower. + highlighted with ColorColumn |hl-ColorColumn| and drawn using the + colocol 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'. > @@ -2445,6 +2446,7 @@ A jump table for the options with a short description can be found at |Q_op|. diff:c '-' deleted lines of the 'diff' option msgsep:c ' ' message separator 'display' eob:c '~' empty lines at the end of a buffer + colorcol:c ' ' character to display in the colorcolumn 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 '=' @@ -2468,6 +2470,7 @@ A jump table for the options with a short description can be found at |Q_op|. fold:c Folded |hl-Folded| diff:c DiffDelete |hl-DiffDelete| eob:c EndOfBuffer |hl-EndOfBuffer| + colorcol:c EndOfBuffer |hl-ColorColumn| *'fixendofline'* *'fixeol'* *'nofixendofline'* *'nofixeol'* 'fixendofline' 'fixeol' boolean (default on) |