SignifyDiff: support darcs
This commit is contained in:
parent
8bcbd9cb7b
commit
791fe598a6
@ -463,10 +463,11 @@ 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',
|
\ 'svn': 'svn cat %f',
|
||||||
\ 'bzr': 'bzr cat %f',
|
\ 'bzr': 'bzr cat %f',
|
||||||
|
\ 'darcs': 'darcs show contents -- %f',
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
if exists('g:signify_vcs_cmds')
|
if exists('g:signify_vcs_cmds')
|
||||||
|
Loading…
Reference in New Issue
Block a user