Skip to content

Commit

Permalink
Minor tweak to the diff script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlpowell committed Dec 15, 2019
1 parent 92b3e6f commit 2d00369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/diff_official
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ do
then
f1="$(echo "$line" | sed "s;^Files \(.*\) and .* differ$;\1;")"
f2="$(echo "$line" | sed "s;^Files .* and \(.*\) differ$;\1;")"
vimdiff "$f1" "$f2"
vimdiff -c 'set diffopt+=iwhite' "$f1" "$f2"
else
echo "$line" | less
fi
Expand Down

0 comments on commit 2d00369

Please sign in to comment.