mirror of
https://github.com/neovim/neovim.git
synced 2026-02-28 14:25:07 +00:00
Problem: matchadd() conceal may use unrelated syntax cchar.
Solution: Only use syntax cchar when syntax_flags has HL_CONCEAL
(zeertzjq).
closes: vim/vim#19459
d01f234ec1