Make "no 'diff' executable found" message verbose-only

Fixes #256
This commit is contained in:
Marco Hinz 2018-04-30 14:01:50 +02:00
parent 8351e5212f
commit c42f8b21b4
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -425,7 +425,7 @@ if executable(s:difftool)
\ 'tfs': 'tf' \ 'tfs': 'tf'
\ } \ }
else else
echomsg 'signify: No diff tool found -> no support for svn, darcs, bzr, fossil.' call sy#verbose('No "diff" executable found. Disable support for svn, darcs, bzr, fossil.')
let s:vcs_dict = { let s:vcs_dict = {
\ 'git': 'git', \ 'git': 'git',
\ 'hg': 'hg', \ 'hg': 'hg',