9.1.0322 brought support for msmtprc into filetype.vim. To my surprise, filetype.vim no longer has this entry. Why was it removed? Was this an accident?
I expected there to still be an msmtprc entry in filetype.vim. I also expected that searching through the git log for msm would turn up a commit that undid the addition of msmtprc support.
9.2.0780
Linux Mint 22
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
It's still supported:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
It's simply that the way file types are managed has changed.
https://github.com/vim/vim/blob/834b8d218f1db92e587ecd449e5ce88b41fbe256/runtime/filetype.vim#L7-L9
It is correctly detecting .msmtprc even in the current state.
$ touch .msmtprc
$ vim --clean .msmtprc
:set ft?
filetype=msmtp
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()