aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/doc/various.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 803ca95cdf..aa05d2bbb2 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -581,16 +581,16 @@ to look up the value of 'commentstring' corresponding to the cursor position.
(This can be different from the buffer's 'commentstring' in case of
|treesitter-language-injections|.)
- *gc-default*
+ *gc* *gc-default*
gc{motion} Comment or uncomment lines covered by {motion}.
- *gcc-default*
+ *gcc* *gcc-default*
gcc Comment or uncomment [count] lines starting at cursor.
- *v_gc-default*
+ *v_gc* *v_gc-default*
{Visual}gc Comment or uncomment the selected line(s).
- *o_gc-default*
+ *o_gc* *o_gc-default*
gc Text object for the largest contiguous block of
non-blank commented lines around the cursor (e.g.
`gcgc` uncomments a comment block; `dgc` deletes it).