diff --git a/autoload/gnupg.vim b/autoload/gnupg.vim index 6c3f366..1295c09 100644 --- a/autoload/gnupg.vim +++ b/autoload/gnupg.vim @@ -291,7 +291,7 @@ function gnupg#decrypt(bufread) " This is a new file, so force the user to edit the recipient list if " they open a new file and public keys are preferred if (g:GPGPreferSymmetric == 0) - call s:GPGEditRecipients() + call gnupg#edit_recipients() endif return