Closed bahmutov closed 7 years ago
When showing diff of multi-line strings show them with lines Instead of foo\n 1 => foo\n 2 show separate lines
foo\n 1 => foo\n 2
foo 1 => foo 2
or better show context just around the changed lines. This is mainly a change in visual-diff module
When showing diff of multi-line strings show them with lines Instead of
foo\n 1 => foo\n 2
show separate linesor better show context just around the changed lines. This is mainly a change in visual-diff module