fourier / ztree

Directory tree comparison mode for Emacs
http://www.emacswiki.org/emacs/ZtreeDiff
GNU General Public License v3.0
239 stars 21 forks source link

Provide a platform-independent diff to be able to run on Windows #20

Open fourier opened 9 years ago

fourier commented 9 years ago

ztree-diff is using external diff command, and therefore will not be working on platforms where diff is absent.

Need to add a pure elisp implementation of the simple diff to make it work on Windows as well.