From 841b3f05976138d8cb1b337a9f81dc46a3968899 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 11 Apr 2018 16:40:02 +0200 Subject: [PATCH] SignifyDiff: support mercurial --- autoload/sy/repo.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/sy/repo.vim b/autoload/sy/repo.vim index 98f18ec..429f18d 100644 --- a/autoload/sy/repo.vim +++ b/autoload/sy/repo.vim @@ -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')