Commit Graph

57 Commits

Author SHA1 Message Date
Markus Braun
768dda0d94 Forgot one place while adding '.pgp' suffix. 2011-07-06 08:05:32 +02:00
Markus Braun
bb849bd53e Make gnupg.vim working with cmd under windows. 2011-07-06 08:05:32 +02:00
Markus Braun
d29ae7efa3 Recognize '.pgp' suffix 2011-07-06 08:05:32 +02:00
Markus Braun
8c2d996b57 Default of variable GPGUseAgent to 1
This way so the default behaviour is not changed compared to previous versions.
2011-07-06 08:05:32 +02:00
Markus Braun
d0540c6b48 Information about missing environment GPG_TTY. 2011-07-06 08:05:32 +02:00
Markus Braun
a14b9fe592 Introduced variable GPGUseAgent
Selectively enable usage of gpg-agent.
2011-07-06 08:05:32 +02:00
Markus Braun
167ef9a4f3 GnuPG plugin for Vim
This script implements transparent editing of gpg encrypted files. The
filename must have a ".gpg" suffix. When opening such a file the content
is decrypted, when opening a new file the script will ask for the
recipients of the encrypted file. The file content will be encrypted to
all recipients before it is written. The script turns off viminfo and
swapfile to increase security.
2011-07-06 08:04:37 +02:00