add support for map

This commit is contained in:
Martin Grenfell
2008-05-24 18:55:08 +12:00
parent 6b2cc6c41d
commit cf54bfc7c4
2 changed files with 4 additions and 0 deletions

View File

@@ -476,6 +476,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('> ','')
elseif a:filetype == "make"
call s:MapDelimiters('#','')
elseif a:filetype == "map"
call s:MapDelimiters('%', '')
elseif a:filetype == "maple"
call s:MapDelimiters('#', '')
elseif a:filetype == "markdown"