diff --git a/plugin/gnupg.vim b/plugin/gnupg.vim index c2b172a..046100d 100644 --- a/plugin/gnupg.vim +++ b/plugin/gnupg.vim @@ -1260,7 +1260,7 @@ function s:GPGDebug(level, text) if exists("g:GPGDebugLevel") && g:GPGDebugLevel >= a:level if exists("g:GPGDebugLog") execute "redir >> " . g:GPGDebugLog - echom "GnuPG: " . a:text + silent echom "GnuPG: " . a:text redir END else echom "GnuPG: " . a:text