mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 12:10:40 +00:00
Problem: _on_conceal_line callbacks are not invoked if callback has not
let Nvim know it wants to receive them. But this may change on
factors other than what is currently checked (changed buffer).
Solution: Forego this optimization, callback is still guarded behind
'conceallevel'.