r292 - in trunk/vim/debian: . patches

James Vega jamessan-guest at costa.debian.org
Fri Aug 19 15:01:59 UTC 2005


Author: jamessan-guest
Date: 2005-08-19 15:01:58 +0000 (Fri, 19 Aug 2005)
New Revision: 292

Added:
   trunk/vim/debian/patches/137_filetype.vim.diff
Modified:
   trunk/vim/debian/changelog
Log:
Add 137_filetype.vim.diff to recognize mutt-ng's rc/temp files.


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-08-18 06:03:09 UTC (rev 291)
+++ trunk/vim/debian/changelog	2005-08-19 15:01:58 UTC (rev 292)
@@ -26,8 +26,12 @@
     + Fix patch 105_xmodmap.vim.diff : wrt XF86_ClearGrab. (Closes: #322355)
     + Fix typo in doc/editing.txt.  (Closes: #322254)
 
- -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Wed, 17 Aug 2005 12:57:17 +0200
+  * James Vega <jamessan at jamessan.com>
+    + Added patch 137_filetype.vim.diff, recognize mutt-ng rc/temp files as
+      muttrc/mail filetypes.
 
+ -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Fri, 19 Aug 2005 10:59:19 -0400
+
 vim (1:6.3-085+1) unstable; urgency=high
 
   * New upstream patches (079 to 085), see README.gz for details.

Added: trunk/vim/debian/patches/137_filetype.vim.diff
===================================================================
--- trunk/vim/debian/patches/137_filetype.vim.diff	2005-08-18 06:03:09 UTC (rev 291)
+++ trunk/vim/debian/patches/137_filetype.vim.diff	2005-08-19 15:01:58 UTC (rev 292)
@@ -0,0 +1,30 @@
+diff -urN vim63/runtime/filetype.vim vim63.new/runtime/filetype.vim
+--- vim63/runtime/filetype.vim	2005-08-19 09:10:10.000000000 -0400
++++ vim63.new/runtime/filetype.vim	2005-08-19 09:18:22.000000000 -0400
+@@ -758,7 +758,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-*-\w\+,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{ng,}-*-\w\+,mutt\w\{6\},ae\d\+.txt,/tmp/SLRN[0-9A-Z.]\+,*.eml setf mail
+ 
+ " Mailcap configuration file
+ au BufNewFile,BufRead .mailcap,mailcap		setf mailcap
+@@ -876,7 +876,7 @@
+ au BufNewFile,BufRead *.mush			setf mush
+ 
+ " Mutt setup file
+-au BufNewFile,BufRead .muttrc*,~/.mutt/muttrc*,Muttrc	setf muttrc
++au BufNewFile,BufRead .mutt{ng,}rc*,~/.mutt{ng,}/mutt{ng,}rc*,Mutt{ng,}rc	setf muttrc
+ 
+ " Nastran input/DMAP
+ "au BufNewFile,BufRead *.dat			setf nastran
+@@ -1698,7 +1698,7 @@
+ au BufNewFile,BufRead [rR]akefile*		setf ruby
+ 
+ " Mutt setup file
+-au BufNewFile,BufRead muttrc*,Muttrc*		setf muttrc
++au BufNewFile,BufRead mutt{ng,}rc*,Mutt{ng,}rc*		setf muttrc
+ 
+ " Nroff macros
+ au BufNewFile,BufRead tmac.*			setf nroff




More information about the pkg-vim-maintainers mailing list