Releases: whiteinge/diffconflicts
Releases · whiteinge/diffconflicts
2.2.0
Features:
- Add Mercurial support. (Thanks to Harald Klimach!)
- Add support for the diff3 diff format. (Thanks to @alfunx!)
Bug fixes:
- Set the filetype for the right split.
2.1.0
* Add DiffConflictsWithHistory for both diff and history view.
2.0.0
* Fix incorrect LOCAL, REMOTE window ordering. This is a backward
incompatible change if you were relying on that behavior. See 05263c1
for details.
* Avoid "Hit enter to continue" prompt for default cmdheight setting.
1.2.0
* Allow usage both as a Git mergetool and also standalone for any file
with conflict markers.
* Add light error handling.
* Add support for matching mixed Windows/UNIX line endings.
1.1.0
* Have Git ignore `doc/tags`.
* Use bang in function definitions to support reloads.
* Account for `splitright`.
Thanks for all the community feedback and contributions!