diff --git a/README.md b/README.md index 0ea82e1..c89beb5 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ If you want to test the release script without actually releasing anything, do: ## Misc +- Render ESC characters in the diff as Unicode ␛ - `--help`: Only print installing-into-`$PATH` help if we aren't already being executed from inside of the `$PATH` - Do `git show 5e0a1b2b13528f40299e78e3bfa590d9f96637af` and scroll to the end. diff --git a/src/refiner.rs b/src/refiner.rs index 1aa88a4..344cca6 100644 --- a/src/refiner.rs +++ b/src/refiner.rs @@ -105,8 +105,15 @@ fn format_split(old_text: &str, new_text: &str) -> Option<(Vec, Vec