]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Improve :help synconcealed() description
authorDoug Kearns <dougkearns@gmail.com>
Sat, 8 Nov 2025 17:16:41 +0000 (17:16 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 8 Nov 2025 17:16:41 +0000 (17:16 +0000)
closes: #18698

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt

index e231dedb16f577afaf363c60454c846348811829..b37a25bf1f5a929915551fc6e923ded57f25805c 100644 (file)
@@ -1,4 +1,4 @@
-*builtin.txt*  For Vim version 9.1.  Last change: 2025 Oct 26
+*builtin.txt*  For Vim version 9.1.  Last change: 2025 Nov 08
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -11578,7 +11578,7 @@ synIDtrans({synID})                                     *synIDtrans()*
 
 
 synconcealed({lnum}, {col})                            *synconcealed()*
-               The result is a |List| with currently three items:
+               The result is a |List| with three items:
                1. The first item in the list is 0 if the character at the
                   position {lnum} and {col} is not part of a concealable
                   region, 1 if it is.  {lnum} is used like with |getline()|.