Closed ThomasAH closed 4 years ago
This still happens on 2.7. Luckily the lines are shell escaped, but this leaks secrets to other users of the system that use ps or top.
I think I see what's going on. I should have a fixed version out today or tomorrow. I'll ping you on the PR to verify it fixes your uses.
As indicated in other issues I had problems with git master, which did not exist in v2.6.1. I just tested again with 6219a5a0d70dbc10c5e70289a2c400d6d8b62762 and found the following:
vim test.gpg
:GPGEditRecipients
to open the recipients listcom
(or anything else that has multiple matches in your keyring), optionally add additional lines withorg
,debian
(or whatever has multiple matches in your keyring)Now for each line of the main buffer that matches multiple keys in your keyring, gnupg.vim asks to select the correct recipient. (the file does not get encrypted to these recipients though)