Properly handle inlay highlights in the InlayMap

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Kirill Bulatov 2023-09-14 17:01:36 +03:00
parent 80b96eb05b
commit a9de6c3dba
6 changed files with 114 additions and 147 deletions

View file

@ -186,7 +186,6 @@ impl EditorState {
if self.active_operator().is_none() && self.pre_count.is_some()
|| self.active_operator().is_some() && self.post_count.is_some()
{
dbg!("VimCount");
context.add_identifier("VimCount");
}