Skip to content

Commit c28b73d

Browse files
dkearnschrisbra
authored andcommitted
runtime(doc): Improve :help synconcealed() description
closes: #18698 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent ef02336 commit c28b73d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/doc/builtin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2025 Oct 26
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Nov 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -11578,7 +11578,7 @@ synIDtrans({synID}) *synIDtrans()*
1157811578

1157911579

1158011580
synconcealed({lnum}, {col}) *synconcealed()*
11581-
The result is a |List| with currently three items:
11581+
The result is a |List| with three items:
1158211582
1. The first item in the list is 0 if the character at the
1158311583
position {lnum} and {col} is not part of a concealable
1158411584
region, 1 if it is. {lnum} is used like with |getline()|.

0 commit comments

Comments
 (0)