mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-16 05:33:45 -05:00
add support for mailcap
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user