SignifyDiff: support mercurial

This commit is contained in:
Marco Hinz 2018-04-11 16:40:02 +02:00
parent 28744768e6
commit 841b3f0597
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

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