From: Nick Bowler Date: Fri, 1 Dec 2017 03:11:39 +0000 (-0500) Subject: Ensure correct filetype on neomutt. X-Git-Url: https://git.draconx.ca/gitweb/vimconf.git/commitdiff_plain/ebf45b3c6a3ff9db5a8fcff1ad52e3211bc3e50e Ensure correct filetype on neomutt. This pattern is copied from upstream filetype.vim except that it says "neomutt" instead of "mutt". --- diff --git a/after/filetype.vim b/after/filetype.vim new file mode 100644 index 0000000..4eea862 --- /dev/null +++ b/after/filetype.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead neomutt-*-\w\+ setf mail