--- original.gnupg.vim	2011-09-11 23:01:02.000000000 -0400
+++ .vim/plugin/gnupg.vim	2011-09-11 23:07:41.000000000 -0400
@@ -293,8 +293,11 @@
 function s:GPGCleanup()
   call s:GPGDebug(3, ">>>>>>>> Entering s:GPGCleanup()")
 
+  set noautowrite
+  set noautowriteall
+
   " wipe out screen
-  new +only
+  new +only!
   redraw!
 
   call s:GPGDebug(3, "<<<<<<<< Leaving s:GPGCleanup()")
