Start on new way of comparing old and new indent suggestions

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld 2021-10-08 16:54:27 -07:00
parent b85ae89b7e
commit e78a5642fa
3 changed files with 472 additions and 216 deletions

View file

@ -268,6 +268,7 @@ impl<'a> Cursor<'a> {
}
}
self.offset = end_offset;
summary
}