]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(mail): add commentstring '> %s' to ftplugin
authorLucas Eekhof <105216949+eekhof@users.noreply.github.com>
Thu, 20 Feb 2025 21:32:07 +0000 (22:32 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 20 Feb 2025 21:32:07 +0000 (22:32 +0100)
commit27f51367613a150877e88d2379409bebdf32052b
treecc291fa4c976ae5a0d34b7d6a7ddff9e5790a986
parente3fed4828c0f909bef25e184c6c19bb0cab8adef
runtime(mail): add commentstring '> %s' to ftplugin

The new native commenting functionality is currently not used when
editing mail. One could reasonably expect it to change the "quote" state
of any given line in the mail (i.e. the preceding ">"), which would be
very handy and feel natural when editing mail. Especially since the
current file already uses "setlocal comments+=n:>".

Solution: Add commentstring to `> %s` to be used in files of type mail.

closes: #16669

Signed-off-by: Lucas Eekhof <105216949+eekhof@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/filetype.txt
runtime/ftplugin/mail.vim