mirror of
https://github.com/vim/vim.git
synced 2025-11-13 22:54:27 -05:00
runtime(doc): Improve :help synconcealed() description
closes: #18698 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ef02336915
commit
c28b73d349
@@ -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
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -11578,7 +11578,7 @@ synIDtrans({synID}) *synIDtrans()*
|
|||||||
|
|
||||||
|
|
||||||
synconcealed({lnum}, {col}) *synconcealed()*
|
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
|
1. The first item in the list is 0 if the character at the
|
||||||
position {lnum} and {col} is not part of a concealable
|
position {lnum} and {col} is not part of a concealable
|
||||||
region, 1 if it is. {lnum} is used like with |getline()|.
|
region, 1 if it is. {lnum} is used like with |getline()|.
|
||||||
|
|||||||
Reference in New Issue
Block a user