diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2022-08-21 12:02:45 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2022-08-30 23:18:13 -0600 |
commit | d7703a1f769e0fcfdea4d88d68b744911637e377 (patch) | |
tree | c277a2456edcc0c0fec1f64162c9eb2376fc0f3a | |
parent | 4825baba825a094825e586b829cf981a979282e4 (diff) | |
download | rneovim-d7703a1f769e0fcfdea4d88d68b744911637e377.tar.gz rneovim-d7703a1f769e0fcfdea4d88d68b744911637e377.tar.bz2 rneovim-d7703a1f769e0fcfdea4d88d68b744911637e377.zip |
feat(colorcolchar): fix typo for colorcolchar documentation
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 15de976737..d41f1cf1cd 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1351,7 +1351,7 @@ A jump table for the options with a short description can be found at |Q_op|. local to window 'colorcolumn' is a comma-separated list of screen columns that are highlighted with ColorColumn |hl-ColorColumn| and drawn using the - colocol option from 'fillchars'. Useful to align + "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'. > |