diff --git a/plugin/gnupg.vim b/plugin/gnupg.vim index 9c27c3a..f144d1c 100644 --- a/plugin/gnupg.vim +++ b/plugin/gnupg.vim @@ -1,5 +1,5 @@ " Name: gnupg.vim -" Last Change: 2015 Feb 06 +" Last Change: 2015 Mar 21 " Maintainer: James McCoy " Original Author: Markus Braun " Summary: Vim plugin for transparent editing of gpg encrypted files. @@ -1290,7 +1290,7 @@ function s:GPGPostCmd() " pinentry-curses by forcing Vim to re-detect and setup its terminal " settings let &term = &term - doautocmd TermChanged + silent doautocmd TermChanged endfunction " Function: s:GPGSystem(dict) {{{2