I'd like to make it so that when I type in svn diff it uses vim to view the diffs. I asked about this at https://stackoverflow.com/q/25558639/569976 I was referred to Change default SVN diffing tool . Per that I tried svn diff -dif-cmd vim
but that gives me this error:
Index: path/to/file.ext
===================================================================
4 files to edit
E282: Cannot read from "-L"
Press ENTER or type command to continue
Any ideas?