momodalo / vimtouch

vimtouch
Apache License 2.0
348 stars 71 forks source link

Include diff executable. #65

Open inkarkat opened 10 years ago

inkarkat commented 10 years ago

Apparently, there's no built-in diff executable on Android. So, I cannot diff files within Vim:

:diffthis
:diffsplit foo
E97: Cannot create diffs

:echo executable('diff') yields 0.

Please include a diff binary with the app; diffing files is a common task in Vim.