You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix interdiff context trimming when output is colorized
When interdiff's output is set as colorized, that means the output from the
diff execution inside interdiff contains color escape codes. The color
escape codes break trim_context(), which doesn't expect a line to start
with an escape character.
Fix trim_context() to handle colorized output from diff.
0 commit comments