SignifyDiff: support subversion

This commit is contained in:
Marco Hinz 2018-04-15 13:01:38 +02:00
parent 12f28b1336
commit da02a4796b
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -465,6 +465,7 @@ let s:default_vcs_cmds = {
let s:default_vcs_cmds_diffmode = { let s:default_vcs_cmds_diffmode = {
\ 'git': 'git show HEAD:./%f', \ 'git': 'git show HEAD:./%f',
\ 'hg': 'hg cat %f', \ 'hg': 'hg cat %f',
\ 'svn': 'svn cat %f',
\ } \ }
if exists('g:signify_vcs_cmds') if exists('g:signify_vcs_cmds')