Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2004 18:46:44 +0100
From:      Jean-Baptiste Quenot <jb.quenot@caraldi.com>
To:        freebsd-gnats-submit@FreeBSD.org, dsf@globalcrossing.net
Cc:        obrien@FreeBSD.org
Subject:   Re: ports/63192: mutt change breaks vim syntax highlighting
Message-ID:  <20040324174642.GB18920@anyware12.anyware>

next in thread | raw e-mail | index | archive | help

--CE+1k2dSO48ffgeK
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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/

--CE+1k2dSO48ffgeK
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-02

--- 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

--CE+1k2dSO48ffgeK--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040324174642.GB18920>