mirror of
https://github.com/Ascyii/vim-gnupg.git
synced 2025-12-31 22:04:25 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user