Convert last s:GPGEditRecipients() to gnupg#edit_recipients()

Closes: jamessan/vim-gnupg#98
Signed-off-by: James McCoy <jamessan@jamessan.com>
This commit is contained in:
James McCoy 2019-02-04 09:01:59 -05:00
parent 44372d80cd
commit db08c3873f
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -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