diff --git a/plugin/gnupg.vim b/plugin/gnupg.vim index 0e24a8e..4c62066 100644 --- a/plugin/gnupg.vim +++ b/plugin/gnupg.vim @@ -1,5 +1,5 @@ " Name: gnupg.vim -" Last Change: 2013 Apr 23 +" Last Change: 2013 Jun 14 " Maintainer: James McCoy " Original Author: Markus Braun " Summary: Vim plugin for transparent editing of gpg encrypted files. @@ -637,7 +637,7 @@ function s:GPGEncrypt() let cmd = { 'level': 1, 'ex': "'[,']w !" } let cmd.args = '--quiet --no-encrypt-to ' . options let cmd.redirect = '>' . shellescape(destfile, 1) - call s:GPGExecute(cmd) + silent call s:GPGExecute(cmd) " restore encoding if (s:GPGEncoding != "")