From db08c3873f379ece6bd4616ee3bd086ad0140172 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 4 Feb 2019 09:01:59 -0500 Subject: [PATCH] Convert last s:GPGEditRecipients() to gnupg#edit_recipients() Closes: jamessan/vim-gnupg#98 Signed-off-by: James McCoy --- autoload/gnupg.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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