mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
vim-patch:fe1e2b5e2d65
runtime(doc): clarify syntax vs matching mechanism
fixes: vim/vim#14643
fe1e2b5e2d
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -11621,6 +11621,10 @@ M.funcs = {
|
||||
synconcealed(lnum, 4) [1, 'X', 2]
|
||||
synconcealed(lnum, 5) [1, 'X', 2]
|
||||
synconcealed(lnum, 6) [0, '', 0]
|
||||
|
||||
Note: Doesn't consider |matchadd()| highlighting items,
|
||||
since syntax and matching highlighting are two different
|
||||
mechanisms |syntax-vs-match|.
|
||||
]=],
|
||||
name = 'synconcealed',
|
||||
params = { { 'lnum', 'integer' }, { 'col', 'integer' } },
|
||||
|
Reference in New Issue
Block a user