Opening a pre-encrypted file in vim on windows installed via scoop
echo "testificate" > test.txt
gpg -s .\test.txt
vim .\test.txt.gpg -V
File is not encrypted, all GPG functions disabled!
I am able to open a blank file as .gpg or .asc, encrypt using the vim-gnupg prompts and continue to open that file just fine but any existing encrypted files cannot be opened.
Opening a pre-encrypted file in vim on windows installed via scoop
File is not encrypted, all GPG functions disabled!
I am able to open a blank file as
.gpg
or.asc
, encrypt using the vim-gnupg prompts and continue to open that file just fine but any existing encrypted files cannot be opened.