Diff files&strings in pure Lisp.
Place files under Load Path. Then add (require 'diff-lisp)
to your configuration.
Nothing to set up.
- Select a region and run the command
diff-lisp-mark-selected-text-as-a
. - Select another region and run
diff-lisp-diff-a-and-b
. - The difference of two region is displayed in a buffer.
API diff-lisp-diff-strings
and diff-lisp-diff-files
are provided.
Report bugs at https://github.com/redguardtoo/diff-lisp.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.