diff options
author | luukvbaal <luukvbaal@gmail.com> | 2025-02-28 13:36:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-28 13:36:25 +0100 |
commit | 86046c5a31034af65f128626103526269cf1bc49 (patch) | |
tree | 869a0ffeb9bd867be37516721c19fb7931f510d5 /runtime/lua/vim/ui.lua | |
parent | 77626ed7fd369b797dcb2ad0714a84bfd9afff36 (diff) | |
download | rneovim-86046c5a31034af65f128626103526269cf1bc49.tar.gz rneovim-86046c5a31034af65f128626103526269cf1bc49.tar.bz2 rneovim-86046c5a31034af65f128626103526269cf1bc49.zip |
fix(marks): ineffective conceal_line callback optimization (#32662)
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'.
Diffstat (limited to 'runtime/lua/vim/ui.lua')
0 files changed, 0 insertions, 0 deletions