Skip enter when the defaults are set

This commit is contained in:
2025-11-03 11:14:54 +01:00
parent f9b608f290
commit 7f8b6ce1eb
2 changed files with 8 additions and 4 deletions

View File

@@ -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()