vim-patch:c28b73d: runtime(doc): Improve :help synconcealed() description

closes: vim/vim#18698

c28b73d349

Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
zeertzjq
2025-11-09 07:48:50 +08:00
parent ded5786252
commit 7ef7f82c5c
3 changed files with 3 additions and 3 deletions

View File

@@ -12215,7 +12215,7 @@ M.funcs = {
synconcealed = {
args = 2,
desc = [=[
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()|.