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:
parent
44372d80cd
commit
db08c3873f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user