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

@ -863,6 +863,7 @@ to get illegal syntax when uncommenting them.
2.1.15
- added support for pamconf, thanks to Martin Kustermann
- added support for mason
- added support for map, thanks to Chris
2.1.14
- added support for gitconfig, tar, nerdtree
@ -1254,3 +1255,4 @@ A Pontus vimperator
Stromnov slice
Martin Kustermann pamconf
Indriði Einarsson mason
Chris map

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"