mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-13 12:13:47 -05:00
add support for man
This commit is contained in:
@@ -1290,6 +1290,7 @@ Pascal Brueckner mailcap
|
|||||||
Jerónimo Carballo stata
|
Jerónimo Carballo stata
|
||||||
Phillip Kovalev xquery
|
Phillip Kovalev xquery
|
||||||
Bernhard Grotz potwiki
|
Bernhard Grotz potwiki
|
||||||
|
sgronblo man
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
8. License *NERDComLicense*
|
8. License *NERDComLicense*
|
||||||
|
|||||||
@@ -488,6 +488,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('#','')
|
call s:MapDelimiters('#','')
|
||||||
elseif a:filetype == "make"
|
elseif a:filetype == "make"
|
||||||
call s:MapDelimiters('#','')
|
call s:MapDelimiters('#','')
|
||||||
|
elseif a:filetype == "man"
|
||||||
|
call s:MapDelimiters('."', '')
|
||||||
elseif a:filetype == "map"
|
elseif a:filetype == "map"
|
||||||
call s:MapDelimiters('%', '')
|
call s:MapDelimiters('%', '')
|
||||||
elseif a:filetype == "maple"
|
elseif a:filetype == "maple"
|
||||||
|
|||||||
Reference in New Issue
Block a user