changeset 35207:8ffe7806d929

runtime(doc): mention comment plugin at :h 'commentstring' Commit: https://github.com/vim/vim/commit/d801edfb1b826c8b4a81f93205a0ed10bdf9fd56 Author: Christian Brabandt <cb@256bit.org> Date: Sun May 19 09:28:26 2024 +0200 runtime(doc): mention comment plugin at :h 'commentstring' Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 19 May 2024 09:30:04 +0200
parents 125852b1f998
children 795e24e632e9
files runtime/doc/options.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 shor
 			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|