]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Tweak doc style in syntax.txt
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 16 Sep 2025 19:07:57 +0000 (19:07 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 16 Sep 2025 19:07:57 +0000 (19:07 +0000)
closes: #18310

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/syntax.txt

index 5140e84f093bd77d10bd1658f054df3c4da3ac27..cde13c064baa5efe406aa86137e0bca6e1f5e675 100644 (file)
@@ -4886,7 +4886,8 @@ Only the immediate containing item (the one at the top of the syntax stack) is
 considered.  Vim does not search other ancestors.  If the immediate container
 neither contains this item via |:syn-contains| nor is named in this item's
 "containedin=", the match will not start even if some ancestor would allow it.
-Note that a |:syn-transparent| region still enforces its own |:syn-contains| list.
+Note that a |:syn-transparent| region still enforces its own |:syn-contains|
+list.
 
 The {group-name}... can be used just like for "contains", as explained above.