mirror of
https://github.com/Ascyii/vim-gnupg.git
synced 2026-01-01 14:24:25 -05:00
Correction in documentation
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
" WARNING: There is no check of the entered options, so you need to know
|
" WARNING: There is no check of the entered options, so you need to know
|
||||||
" what you are doing.
|
" what you are doing.
|
||||||
"
|
"
|
||||||
" :GPGViewRecipients
|
" :GPGViewOptions
|
||||||
" Prints the list of options.
|
" Prints the list of options.
|
||||||
"
|
"
|
||||||
" Variables:
|
" Variables:
|
||||||
@@ -48,7 +48,8 @@
|
|||||||
" 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 ".pgp" suffix.
|
" 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
|
" Section: Plugin header {{{1
|
||||||
if (exists("loaded_gnupg") || &cp || exists("#BufReadPre#*.\(gpg\|asc\|pgp\)"))
|
if (exists("loaded_gnupg") || &cp || exists("#BufReadPre#*.\(gpg\|asc\|pgp\)"))
|
||||||
|
|||||||
Reference in New Issue
Block a user