mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
Merge pull request #30869 from vanaigr/decor_long_lines_perf
perf(decor): improve performance for long lines
This commit is contained in:
@@ -120,7 +120,8 @@ void decor_providers_invoke_win(win_T *wp)
|
||||
{
|
||||
// this might change in the future
|
||||
// then we would need decor_state.running_decor_provider just like "on_line" below
|
||||
assert(kv_size(decor_state.active) == 0);
|
||||
assert(decor_state.current_end == 0
|
||||
&& decor_state.future_begin == (int)kv_size(decor_state.ranges_i));
|
||||
|
||||
if (kv_size(decor_providers) > 0) {
|
||||
validate_botline(wp);
|
||||
|
Reference in New Issue
Block a user