runtime(muttrc): fix mangled keywords in syntax script Commit: https://github.com/vim/vim/commit/5ad53ca99f9575ba7f7f18d75d7527781f5b64cf Author: Markus Heidelberg <markus.heidelb...@web.de> Date: Mon May 19 19:31:23 2025 +0200
runtime(muttrc): fix mangled keywords in syntax script Regression introduced in commit 10f23e10a9 ("Update syntax/muttrc.vim to latest mutt (https://github.com/vim/vim/issues/12797)", 2023-08-15) Affected keywords: invresume_draft_files invresume_edited_draft_files mailcap_path mark_macro_prefix closes: #17344 Signed-off-by: Markus Heidelberg <markus.heidelb...@web.de> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/syntax/muttrc.vim b/runtime/syntax/muttrc.vim index bf53a42f9..34ebc4f11 100644 --- a/runtime/syntax/muttrc.vim +++ b/runtime/syntax/muttrc.vim @@ -3,6 +3,7 @@ " Original: Preben 'Peppe' Guldberg <peppe-...@wielders.org> " Maintainer: Luna Celeste <l...@unixpoet.dev> " Last Change: 14 Aug 2023 +" 2025 May 19 re-include missing mutt Keywords #17344 " This file covers mutt version 2.2.10 @@ -235,7 +236,7 @@ syn keyword muttrcVarBool skipwhite contained \ invpop_auth_try_all invpop_last invpostpone_encrypt invpostpone_encrypt_as \ invprint_decode invprint_decode_weed invprint_split invprompt_after invread_only \ invreflow_space_quotes invreflow_text invreflow_wrap invreply_self invresolve - \ invresume_draft_file sinvresume_edited_draft_files invreverse_alias + \ invresume_draft_files invresume_edited_draft_files invreverse_alias \ invreverse_name invreverse_realname invrfc2047_parameters invsave_address \ invsave_empty invsave_name invscore invsidebar_folder_indent \ invsidebar_new_mail_only invsidebar_next_new_wrap invsidebar_relative_shortpath_indent @@ -413,7 +414,7 @@ syn keyword muttrcVarStr contained skipwhite \ hdr_format header_cache header_cache_compress header_cache_pagesize history_file \ hostname imap_authenticators imap_delim_chars imap_headers imap_idle imap_login \ imap_oauth_refresh_command imap_pass imap_user indent_str indent_string ispell locale - \ mailcap_pat hmark_macro_prefix mask mbox mbox_type message_cachedir mh_seq_flagged + \ mailcap_path mark_macro_prefix mask mbox mbox_type message_cachedir mh_seq_flagged \ mh_seq_replied mh_seq_unseen mime_type_query_command mixmaster msg_format new_mail_command \ pager pgp_default_key pgp_decryption_okay pgp_good_sign pgp_mime_signature_description \ pgp_mime_signature_filename pgp_sign_as pgp_sort_keys pipe_sep pop_authenticators -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uH4Y0-0032Br-UT%40256bit.org.