mirror of
https://github.com/neovim/neovim.git
synced 2025-09-09 21:08:17 +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'.