]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0322: filetype: some mail tools not recognized v9.1.0322
authorshane.xb.qian <shane.qian@foxmail.com>
Sun, 14 Apr 2024 18:14:33 +0000 (20:14 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 14 Apr 2024 18:17:14 +0000 (20:17 +0200)
commita7a9a476cf388f89286216188b8c8ae10702d9e2
tree56fbd8e23d31ca48a660e350746e1ff3a593ab45
parent49528da8a60f8fd38ca491d6ccec47dfccf5f23c
patch 9.1.0322: filetype: some mail tools not recognized

Problem:  filetype: some mail tools not recognized
Solution: Detect '.mbsncrc' as conf, '.msmtprc' as msmtp
          and '.notmuch-config' as ini filetype
          (Shane-XB-Qian)

closes: #14533

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c