From 31a518148b64d6b77828a0cc06e5fe7215141b28 Mon Sep 17 00:00:00 2001 From: Markus Braun Date: Thu, 31 Jul 2008 11:43:14 +0000 Subject: [PATCH] Updated documentation. --- plugin/gnupg.vim | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/plugin/gnupg.vim b/plugin/gnupg.vim index 878ee2a..e719a1d 100644 --- a/plugin/gnupg.vim +++ b/plugin/gnupg.vim @@ -21,6 +21,19 @@ " Refer to ':help add-plugin', ':help add-global-plugin' and ':help " runtimepath' for more details about Vim plugins. " +" From "man 1 gpg-agent": +" +" ... +" You should always add the following lines to your .bashrc or whatever +" initialization file is used for all shell invocations: +" +" GPG_TTY=‘tty‘ +" export GPG_TTY +" +" It is important that this environment variable always reflects the out‐ +" put of the tty command. For W32 systems this option is not required. +" ... +" " Commands: " " :GPGEditRecipients @@ -63,6 +76,7 @@ " - Lars Becker for patch to make gpg2 working. " - Thomas Arendsen Hein for patch to convert encoding of gpg output " - Karl-Heinz Ruskowski for patch to fix unknown recipients and trust model +" and patient beta testing. " - Giel van Schijndel for patch to get GPG_TTY dynamically. " " Section: Plugin header {{{1