jisaacks / GitGutter

A Sublime Text 2/3 plugin to see git diff in gutter
MIT License
3.87k stars 224 forks source link

Don't use extenral diff tool when performing diff #573

Closed szuliq closed 1 year ago

szuliq commented 1 year ago

GitGutter simply doesn't work when any external diff tool is in use.

This PR makes sure that GitGutter operations take place with the external diff tool disabled.