mirror of
https://github.com/Ascyii/vim-gnupg.git
synced 2026-01-01 14:24:25 -05:00
Skip enter when the defaults are set
This commit is contained in:
@@ -55,7 +55,7 @@ highlight default link GPGHighlightUnknownRecipient ErrorMsg
|
||||
" Section: Commands {{{1
|
||||
|
||||
command! GPGViewRecipients call gnupg#view_recipients()
|
||||
command! GPGEditRecipients call gnupg#edit_recipients()
|
||||
command! GPGEditRecipients call gnupg#edit_recipients(1)
|
||||
command! GPGViewOptions call gnupg#view_options()
|
||||
command! GPGEditOptions call gnupg#edit_options()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user