Silence "No matching autocommands" for TermChanged event

Signed-off-by: James McCoy <vega.james@gmail.com>
This commit is contained in:
James McCoy
2015-03-21 21:46:00 -04:00
parent 553f9197d3
commit dd8e4adb4d

View File

@@ -1,5 +1,5 @@
" Name: gnupg.vim " Name: gnupg.vim
" Last Change: 2015 Feb 06 " Last Change: 2015 Mar 21
" Maintainer: James McCoy <vega.james@gmail.com> " Maintainer: James McCoy <vega.james@gmail.com>
" Original Author: Markus Braun <markus.braun@krawel.de> " Original Author: Markus Braun <markus.braun@krawel.de>
" Summary: Vim plugin for transparent editing of gpg encrypted files. " 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 " pinentry-curses by forcing Vim to re-detect and setup its terminal
" settings " settings
let &term = &term let &term = &term
doautocmd TermChanged silent doautocmd TermChanged
endfunction endfunction
" Function: s:GPGSystem(dict) {{{2 " Function: s:GPGSystem(dict) {{{2