add support for man

This commit is contained in:
Martin Grenfell 2008-09-09 22:44:07 +12:00
parent d3718d9d21
commit 134acc595e
2 changed files with 3 additions and 0 deletions

View File

@ -1290,6 +1290,7 @@ Pascal Brueckner mailcap
Jerónimo Carballo stata
Phillip Kovalev xquery
Bernhard Grotz potwiki
sgronblo man
==============================================================================
8. License *NERDComLicense*

View File

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