update documentation to match code, add missing defaults
Signed-off-by: James McCoy <vega.james@gmail.com>
This commit is contained in:
parent
f12d007414
commit
30db0eec65
@ -76,7 +76,7 @@
|
|||||||
"
|
"
|
||||||
" g:GPGExecutable
|
" g:GPGExecutable
|
||||||
" If set used as gpg executable, otherwise the system chooses what is run
|
" If set used as gpg executable, otherwise the system chooses what is run
|
||||||
" when "gpg" is called. Defaults to "gpg".
|
" when "gpg" is called. Defaults to "gpg --trust-model always".
|
||||||
"
|
"
|
||||||
" g:GPGUseAgent
|
" g:GPGUseAgent
|
||||||
" If set to 0 a possible available gpg-agent won't be used. Defaults to 1.
|
" If set to 0 a possible available gpg-agent won't be used. Defaults to 1.
|
||||||
@ -98,7 +98,8 @@
|
|||||||
" g:GPGPossibleRecipients
|
" g:GPGPossibleRecipients
|
||||||
" If set, these contents are loaded into the recipients dialog. This
|
" If set, these contents are loaded into the recipients dialog. This
|
||||||
" allows to add commented lines with possible recipients to the list,
|
" allows to add commented lines with possible recipients to the list,
|
||||||
" which can be uncommented to select the actual recipients. Example:
|
" which can be uncommented to select the actual recipients. Default is
|
||||||
|
" unset. Example:
|
||||||
"
|
"
|
||||||
" let g:GPGPossibleRecipients=[
|
" let g:GPGPossibleRecipients=[
|
||||||
" \"Example User <example@example.com>",
|
" \"Example User <example@example.com>",
|
||||||
@ -114,7 +115,7 @@
|
|||||||
" g:GPGHomedir
|
" g:GPGHomedir
|
||||||
" If set, specifies the directory that will be used for GPG's homedir.
|
" If set, specifies the directory that will be used for GPG's homedir.
|
||||||
" This corresponds to gpg's --homedir option. This variable is a Vim
|
" This corresponds to gpg's --homedir option. This variable is a Vim
|
||||||
" string.
|
" string. Default is unset.
|
||||||
"
|
"
|
||||||
" g:GPGFilePattern
|
" g:GPGFilePattern
|
||||||
" If set, overrides the default set of file patterns that determine
|
" If set, overrides the default set of file patterns that determine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user