mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
add support for group
This commit is contained in:
@@ -865,6 +865,7 @@ to get illegal syntax when uncommenting them.
|
|||||||
- added mason support, thanks to Indriði Einarsson
|
- added mason support, thanks to Indriði Einarsson
|
||||||
- added map support, thanks to Chris
|
- added map support, thanks to Chris
|
||||||
- added bzr support, thanks to Stromnov
|
- added bzr support, thanks to Stromnov
|
||||||
|
- added group support, thanks to Krzysztof A. Adamski
|
||||||
|
|
||||||
2.1.14
|
2.1.14
|
||||||
- added support for gitconfig, tar, nerdtree
|
- added support for gitconfig, tar, nerdtree
|
||||||
@@ -1257,3 +1258,4 @@ Stromnov slice, bzr
|
|||||||
Martin Kustermann pamconf
|
Martin Kustermann pamconf
|
||||||
Indriði Einarsson mason
|
Indriði Einarsson mason
|
||||||
Chris map
|
Chris map
|
||||||
|
Krzysztof A. Adamski group
|
||||||
|
|||||||
@@ -368,6 +368,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('#','')
|
call s:MapDelimiters('#','')
|
||||||
elseif a:filetype == "groovy"
|
elseif a:filetype == "groovy"
|
||||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||||
|
elseif a:filetype == "group"
|
||||||
|
call s:MapDelimiters('','')
|
||||||
elseif a:filetype == "grub"
|
elseif a:filetype == "grub"
|
||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype == "gtkrc"
|
elseif a:filetype == "gtkrc"
|
||||||
|
|||||||
Reference in New Issue
Block a user