From 14dab8f3d68fc41dce7a040bf68aa024c49a1b43 Mon Sep 17 00:00:00 2001 From: Markus Braun Date: Tue, 24 Jun 2003 07:57:16 -0400 Subject: [PATCH] releasing gnupg.vim 1.27 --- plugin/gnupg.vim | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugin/gnupg.vim b/plugin/gnupg.vim index f1b4ee6..ca3872a 100644 --- a/plugin/gnupg.vim +++ b/plugin/gnupg.vim @@ -1,5 +1,5 @@ " Name: gnupg.vim -" Version: $Id: gnupg.vim,v 1.26 2003/05/30 09:29:16 mb Exp $ +" Version: $Id: gnupg.vim,v 1.27 2003/06/24 07:57:16 mb Exp $ " Author: Markus Braun " Summary: Vim plugin for transparent editing of gpg encrypted files. " TODO enable signing @@ -7,12 +7,12 @@ " Section: Documentation {{{1 " Description: " -" 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. +" This script implements transparent editing of gpg public/private-key +" 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. " " Installation: "