Documentation and credits update.

This commit is contained in:
Markus Braun
2006-12-12 22:46:03 +00:00
parent 9f3b48757c
commit ca35a3b51d

View File

@@ -9,11 +9,11 @@
" Description: " Description:
" "
" This script implements transparent editing of gpg encrypted files. The " This script implements transparent editing of gpg encrypted files. The
" filename must have a ".gpg" or ".pgp" suffix. When opening such a file the " filename must have a ".gpg", ".pgp" or ".asc" suffix. When opening such
" content is decrypted, when opening a new file the script will ask for the " a file the content is decrypted, when opening a new file the script will
" recipients of the encrypted file. The file content will be encrypted to " ask for the recipients of the encrypted file. The file content will be
" all recipients before it is written. The script turns off viminfo and " encrypted to all recipients before it is written. The script turns off
" swapfile to increase security. " viminfo and swapfile to increase security.
" "
" Installation: " Installation:
" "
@@ -49,7 +49,9 @@
" "
" Credits: " Credits:
" Mathieu Clabaut for inspirations through his vimspell.vim script. " Mathieu Clabaut for inspirations through his vimspell.vim script.
" Richard Bronosky for patch to enable native windows support " Richard Bronosky for patch to enable ".pgp" suffix.
" Erik Remmelzwaal for patch to enable windows support.
"
" Section: Plugin header {{{1 " Section: Plugin header {{{1
if (exists("loaded_gnupg") || &cp || exists("#BufReadPre#*.\(gpg\|asc\|pgp\)")) if (exists("loaded_gnupg") || &cp || exists("#BufReadPre#*.\(gpg\|asc\|pgp\)"))
finish finish