ports/63192: mutt change breaks vim syntax highlighting

Jean-Baptiste Quenot jb.quenot at caraldi.com
Wed Mar 24 09:46:45 PST 2004


Please find  attached a  patch for filetype.vim.   Just commit  it, it's
pretty straightforward.

Thanks in advance,
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/
-------------- next part --------------
--- runtime/filetype.vim.orig	Tue May 27 21:03:50 2003
+++ runtime/filetype.vim	Wed Mar 24 18:13:11 2004
@@ -684,7 +684,7 @@
 au BufNewFile,BufRead *.mgp			setf mgp
 
 " Mail (for Elm, trn, mutt, rn, slrn)
-au BufNewFile,BufRead snd.\d\+,.letter,.letter.\d\+,.followup,.article,.article.\d\+,pico.\d\+,mutt-*-\d\+,mutt\w\{6\},ae\d\+.txt,/tmp/SLRN[0-9A-Z.]\+,*.eml setf mail
+au BufNewFile,BufRead snd.\d\+,.letter,.letter.\d\+,.followup,.article,.article.\d\+,pico.\d\+,mutt-*-\d\+,mutt\w\{6\},mutt-*-\w\{8\},ae\d\+.txt,/tmp/SLRN[0-9A-Z.]\+,*.eml setf mail
 
 " Mailcap configuration file
 au BufNewFile,BufRead .mailcap,mailcap		setf mailcap


More information about the freebsd-ports mailing list