add support for mailcap

This commit is contained in:
Martin Grenfell
2008-07-13 12:09:03 +12:00
parent 2ea675da5e
commit 4567fae10f
2 changed files with 5 additions and 0 deletions

View File

@@ -854,6 +854,8 @@ if your face looked like a toaster and a t-rex put together? :(
2.1.17
- fixed haskell delimiters (hackily). Thanks to Elias Pipping.
- add support for mailcap. Thanks to Pascal Brueckner.
2.1.16
- compatibility fix for vim7.2, cheers to Ben Schmidt, David Fishburn, and
@@ -1264,6 +1266,7 @@ Martin Kustermann pamconf
Indriði Einarsson mason
Chris map
Krzysztof A. Adamski group
Pascal Brueckner mailcap
==============================================================================
8. License *NERDComLicense*

View File

@@ -487,6 +487,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('dnl ', '')
elseif a:filetype == "mail"
call s:MapDelimiters('> ','')
elseif a:filetype == "mailcap"
call s:MapDelimiters('#','')
elseif a:filetype == "make"
call s:MapDelimiters('#','')
elseif a:filetype == "map"