diff options
author | Josh Rahm <rahm@google.com> | 2021-09-22 11:04:28 -0600 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2021-10-05 02:22:00 -0600 |
commit | 12279b975d7b98c3210c106135f88015a62f05dd (patch) | |
tree | d6b7adf6e0472dda08e37b26da4867d78b6fc3ee | |
parent | 7090d668776f9d45e8d66ede9690122625bc88d0 (diff) | |
download | rneovim-12279b975d7b98c3210c106135f88015a62f05dd.tar.gz rneovim-12279b975d7b98c3210c106135f88015a62f05dd.tar.bz2 rneovim-12279b975d7b98c3210c106135f88015a62f05dd.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 85be6eddaa..30bc23d2b6 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1314,8 +1314,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'. > @@ -2433,6 +2434,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 '=' @@ -2456,6 +2458,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) |