add support for CVScommit

This commit is contained in:
Martin Grenfell 2008-11-06 20:45:46 +13:00
parent f65d86fea3
commit 5d8bb28113
2 changed files with 3 additions and 0 deletions

View File

@ -806,6 +806,7 @@ if your face looked like a toaster and a t-rex put together? :(
- add support for actionscript and processing thanks to Edwin Benavides
- add support for ps1 (powershell), thanks to Jason Mills
- add support for hostsaccess, thanks to Thomas Rowe
- add support for CVScommit
2.2.0
- rewrote the mappings system to be more "standard".

View File

@ -245,6 +245,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('CVS:','')
elseif a:filetype == "CVSAnnotate"
call s:MapDelimiters('','')
elseif a:filetype == "CVScommit"
call s:MapDelimiters('','')
elseif a:filetype == "d"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype == "dcl"