Sublime Forum

Incremental diff: Use diff --word-diff instead of regular diff for diff hunks

#1

Hi,

The question is pretty much in the title: using the built-in git support, is there a way to do diff hunks using --word-diff instead of just the regular diff? I think this would be very helpful for people using sublime for writing—I usually have long, wrapped, one-line paragraphs and it isn’t easy to figure out what exactly has changed from a regular diff.

0 Likes

Incremental diff: Enable diff –word-diff for diff hunks
#2

The diff algorithm used for this (wether the file is in git or not, as it also works with just normal files) is not currently configurable, no.

0 Likes

#3

Hi, any news on that feature? Would be really handy to be able to do that.

0 Likes

#4

I’d suggest creating a feature request on github (if there isn’t already one): https://github.com/sublimehq/sublime_merge/issues

0 Likes

#5

In fact, I just made a new issue as I stumbled across this again, too.


Feel free to vote/comment.

0 Likes