mirror of
https://github.com/Ascyii/vim-gnupg.git
synced 2026-01-01 06:14:24 -05:00
Documentation and credits update.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user