mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-21 03:01:36 +08:00
add support for map
This commit is contained in:
parent
6b2cc6c41d
commit
cf54bfc7c4
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user