SignifyDiff: support subversion
This commit is contained in:
parent
12f28b1336
commit
da02a4796b
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user