add support for group

This commit is contained in:
Martin Grenfell 2008-06-20 21:46:17 +12:00
parent 7c830eb223
commit 01f8df684c
2 changed files with 4 additions and 0 deletions

View File

@ -865,6 +865,7 @@ to get illegal syntax when uncommenting them.
- added mason support, thanks to Indriði Einarsson
- added map support, thanks to Chris
- added bzr support, thanks to Stromnov
- added group support, thanks to Krzysztof A. Adamski
2.1.14
- added support for gitconfig, tar, nerdtree
@ -1257,3 +1258,4 @@ Stromnov slice, bzr
Martin Kustermann pamconf
Indriði Einarsson mason
Chris map
Krzysztof A. Adamski group

View File

@ -368,6 +368,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#','')
elseif a:filetype == "groovy"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype == "group"
call s:MapDelimiters('','')
elseif a:filetype == "grub"
call s:MapDelimiters('#', '')
elseif a:filetype == "gtkrc"