0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

runtime(doc): mention comment plugin at :h 'commentstring'

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2024-05-19 09:28:26 +02:00
parent df859a36d3
commit d801edfb1b
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -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|