Fix hint tests, add a char boundary bug test

This commit is contained in:
Kirill Bulatov 2023-08-14 11:24:49 +03:00
parent 449c009639
commit 87e6651ecb
2 changed files with 377 additions and 159 deletions

View file

@ -2723,7 +2723,7 @@ impl Editor {
.collect()
}
fn excerpt_visible_offsets(
pub fn excerpt_visible_offsets(
&self,
restrict_to_languages: Option<&HashSet<Arc<Language>>>,
cx: &mut ViewContext<'_, '_, Editor>,