From ae76dffaedf0673734198bc918a0a5265ce3316a Mon Sep 17 00:00:00 2001 From: Markus Braun Date: Tue, 5 Jul 2011 08:46:55 +0200 Subject: [PATCH] Correction in documentation --- plugin/gnupg.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin/gnupg.vim b/plugin/gnupg.vim index f5f0ef4..a963553 100644 --- a/plugin/gnupg.vim +++ b/plugin/gnupg.vim @@ -37,7 +37,7 @@ " WARNING: There is no check of the entered options, so you need to know " what you are doing. " -" :GPGViewRecipients +" :GPGViewOptions " Prints the list of options. " " Variables: @@ -48,7 +48,8 @@ " Credits: " Mathieu Clabaut for inspirations through his vimspell.vim script. " Richard Bronosky for patch to enable ".pgp" suffix. -" Erik Remmelzwaal for patch to enable windows support. +" Erik Remmelzwaal for patch to enable windows support and patient beta +" testing. " " Section: Plugin header {{{1 if (exists("loaded_gnupg") || &cp || exists("#BufReadPre#*.\(gpg\|asc\|pgp\)"))