diff --git a/plugin/gnupg.vim b/plugin/gnupg.vim index a3c5983..a87070d 100644 --- a/plugin/gnupg.vim +++ b/plugin/gnupg.vim @@ -374,7 +374,7 @@ function s:GPGDecrypt(bufread) let filename = expand(":p") " clear GPGRecipients and GPGOptions - let b:GPGRecipients = g:GPGDefaultRecipients + let b:GPGRecipients = copy(g:GPGDefaultRecipients) let b:GPGOptions = [] " File doesn't exist yet, so nothing to decrypt