diff --git a/helix-vcs/src/lib.rs b/helix-vcs/src/lib.rs index 9b73a42e..abc7689f 100644 --- a/helix-vcs/src/lib.rs +++ b/helix-vcs/src/lib.rs @@ -58,7 +58,7 @@ impl DiffProviderRegistry { .iter() .map(|provider| provider.blame(file, range.clone())) .next() - .context("neno")? + .context("No provider found")? } /// Fire-and-forget changed file iteration. Runs everything in a background task. Keeps