Properly handle inlay highlights in the InlayMap
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
parent
80b96eb05b
commit
a9de6c3dba
6 changed files with 114 additions and 147 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue