aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2023-01-14 23:21:29 -0700
committerJosh Rahm <joshuarahm@gmail.com>2023-01-14 23:21:29 -0700
commit451985e92c56f09f50ac5bc6a056965f8c254fc5 (patch)
treeff2f71bc356e433fa9aa621e024f0b827263c89c /runtime/doc
parent3e0218e7a0c47e2ce0aad11b635944cdd9b75c65 (diff)
parent9cd203045963095d16e17504aad76d3518d8d826 (diff)
downloadrneovim-451985e92c56f09f50ac5bc6a056965f8c254fc5.tar.gz
rneovim-451985e92c56f09f50ac5bc6a056965f8c254fc5.tar.bz2
rneovim-451985e92c56f09f50ac5bc6a056965f8c254fc5.zip
Merge branch 'colorcolchar' into HEAD
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 0571b6589f..b77460a2a9 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'. >
@@ -2502,6 +2503,7 @@ A jump table for the options with a short description can be found at |Q_op|.
msgsep ' ' message separator 'display'
eob '~' empty lines at the end of a buffer
lastline '@' 'display' contains lastline/truncate
+ 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 '='
@@ -2540,6 +2542,7 @@ A jump table for the options with a short description can be found at |Q_op|.
diff DiffDelete |hl-DiffDelete|
eob EndOfBuffer |hl-EndOfBuffer|
lastline NonText |hl-NonText|
+ colorcol:c ColorColumn |hl-ColorColumn|
*'fixendofline'* *'fixeol'* *'nofixendofline'* *'nofixeol'*
'fixendofline' 'fixeol' boolean (default on)