mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 19:45:02 +00:00
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:
@@ -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()|.
|
||||
|
||||
Reference in New Issue
Block a user