New commands ":GPGRecipients" and ":GPGOptions"
Aliases for ":GPGEditRecipients" and ":GPGEditOptions" for better tab completion.
This commit is contained in:
parent
b98c3fbd4a
commit
de5ea9f6bd
@ -23,6 +23,7 @@
|
|||||||
"
|
"
|
||||||
" Commands:
|
" Commands:
|
||||||
"
|
"
|
||||||
|
" :GPGRecipients
|
||||||
" :GPGEditRecipients
|
" :GPGEditRecipients
|
||||||
" Opens a scratch buffer to change the list of recipients. Recipients that
|
" Opens a scratch buffer to change the list of recipients. Recipients that
|
||||||
" are unknown (not in your public key) are highlighted and have
|
" are unknown (not in your public key) are highlighted and have
|
||||||
@ -31,6 +32,7 @@
|
|||||||
" :GPGViewRecipients
|
" :GPGViewRecipients
|
||||||
" Prints the list of recipients.
|
" Prints the list of recipients.
|
||||||
"
|
"
|
||||||
|
" :GPGOptions
|
||||||
" :GPGEditOptions
|
" :GPGEditOptions
|
||||||
" Opens a scratch buffer to change the options for encryption (symmetric,
|
" Opens a scratch buffer to change the options for encryption (symmetric,
|
||||||
" asymmetric, signing). Closing the buffer makes the changes permanent.
|
" asymmetric, signing). Closing the buffer makes the changes permanent.
|
||||||
@ -982,8 +984,10 @@ endf
|
|||||||
|
|
||||||
" Section: Command definitions {{{1
|
" Section: Command definitions {{{1
|
||||||
com! GPGViewRecipients call s:GPGViewRecipients()
|
com! GPGViewRecipients call s:GPGViewRecipients()
|
||||||
|
com! GPGRecipients call s:GPGEditRecipients()
|
||||||
com! GPGEditRecipients call s:GPGEditRecipients()
|
com! GPGEditRecipients call s:GPGEditRecipients()
|
||||||
com! GPGViewOptions call s:GPGViewOptions()
|
com! GPGViewOptions call s:GPGViewOptions()
|
||||||
|
com! GPGOptions call s:GPGEditOptions()
|
||||||
com! GPGEditOptions call s:GPGEditOptions()
|
com! GPGEditOptions call s:GPGEditOptions()
|
||||||
|
|
||||||
" vim600: foldmethod=marker:foldlevel=0
|
" vim600: foldmethod=marker:foldlevel=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user