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

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