summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-19 09:28:26 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-19 09:29:02 +0200
commitd801edfb1b826c8b4a81f93205a0ed10bdf9fd56 (patch)
tree42e7c41bda04e41150133970f7f31b75d938d639 /runtime
parentdf859a36d390bda4241760155a0d2ae0be1bcbe9 (diff)
runtime(doc): mention comment plugin at :h 'commentstring'
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 9561c6773a..a6f156ada7 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 9.1. Last change: 2024 May 07
+*options.txt* For Vim version 9.1. Last change: 2024 May 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1915,7 +1915,7 @@ A jump table for the options with a short description can be found at |Q_op|.
feature}
A template for a comment. The "%s" in the value is replaced with the
comment text. Currently only used to add markers for folding, see
- |fold-marker|.
+ |fold-marker|. Also used by comment plugins |comment-install|.
*'compatible'* *'cp'* *'nocompatible'* *'nocp'*
'compatible' 'cp' boolean (default on, off when a |vimrc| or |gvimrc|