mbbill / undotree

The undo history visualizer for VIM
http://www.vim.org/scripts/script.php?script_id=4177
BSD 3-Clause "New" or "Revised" License
3.97k stars 101 forks source link

Fix hardcoded 'diff' dependency #170

Closed samisalreadytaken closed 10 months ago

samisalreadytaken commented 10 months ago

The plugin would fail regardless of the value of g:undotree_DiffCommand if diff did not exist. This patch removes this dependency.