SignifyDiff: support CVS

This commit is contained in:
Marco Hinz 2018-04-15 14:27:23 +02:00
parent 791fe598a6
commit daf59eee47
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -468,6 +468,7 @@ let s:default_vcs_cmds_diffmode = {
\ 'svn': 'svn cat %f',
\ 'bzr': 'bzr cat %f',
\ 'darcs': 'darcs show contents -- %f',
\ 'cvs': 'cvs up -p -- %f 2>%n',
\ }
if exists('g:signify_vcs_cmds')