mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
fix: incorrect multiline highligting
This commit is contained in:
parent
ed8bbd2cf9
commit
b991214729
1 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ pub fn highlight_difference(
|
||||||
|
|
||||||
// let mut highlighted = suggested_command.to_string();
|
// let mut highlighted = suggested_command.to_string();
|
||||||
'next: for entry in split_suggested_command.iter_mut() {
|
'next: for entry in split_suggested_command.iter_mut() {
|
||||||
if entry == r"{{newline}" {
|
if entry == r"{{newline}}" {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
for old in &old_entries {
|
for old in &old_entries {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue