summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorh-east <h.east.727@gmail.com>2024-06-17 18:12:30 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-17 18:12:51 +0200
commit84ac2126f470569c770cd22a52f8d48c50cd42a1 (patch)
tree1951f726961488f70117b458af39d552ba02e605 /runtime/doc/options.txt
parent946f61c405b54934f58cbb8053957f4a1ecadec8 (diff)
runtime(doc): Fix typos in several documents
closes: #15034 Signed-off-by: h-east <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/options.txt')
-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 6849bc3caa..6ec4031175 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 Jun 11
+*options.txt* For Vim version 9.1. Last change: 2024 Jun 17
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, and should be padded with a space when possible.
- Currently used to add markers for folding, see |fold-marker| also
+ Currently used to add markers for folding, see |fold-marker|. Also
commonly used by commenting plugins (e.g. |comment-install|).
*'compatible'* *'cp'* *'nocompatible'* *'nocp'*