Is there a way to enable highlighting of changes inside lines in the “Merge Tool”?
If I run:
sublime_merge mergetool /tmp/test1.txt /tmp/test2.txt
The Merge Tool will correctly identify conflicts, but is there a way to have it highlight changes inside lines between test1.txt and test2.txt?
Thanks