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

support -w for different file size #68

Closed webzak closed 4 years ago

webzak commented 4 years ago

I've found that -w option does not work when files have different size. Here is a little workaround. It works for me with the config like:

(setq ztree-diff-additional-options '("-w")) (setq ztree-diff-consider-file-size nil)