fix(ui): fix some cases of stale highlight definitions

fixes #20695
This commit is contained in:
bfredl
2022-11-12 16:41:36 +01:00
parent 7335a67b57
commit d7e7578ada
3 changed files with 81 additions and 31 deletions

View File

@@ -2073,6 +2073,8 @@ void highlight_changed(void)
}
}
highlight_ga.ga_len = hlcnt;
decor_provider_invalidate_hl();
}
/// Handle command line completion for :highlight command.