add support for SVNcommit

This commit is contained in:
Martin Grenfell
2008-08-02 14:51:45 +12:00
parent a4453c01ee
commit 0370366572
2 changed files with 4 additions and 1 deletions

View File

@@ -861,6 +861,7 @@ if your face looked like a toaster and a t-rex put together? :(
2.x.x 2.x.x
- add support for potwiki. Thanks to Bernhard Grotz for the email. - add support for potwiki. Thanks to Bernhard Grotz for the email.
- add support for SVNcommig. Thanks to John O'Shea.
2.1.18 2.1.18
- add support for llvm. Thanks to nicothakis. - add support for llvm. Thanks to nicothakis.
- add support for xquery. Thanks to Phillip Kovalev. - add support for xquery. Thanks to Phillip Kovalev.
@@ -1230,7 +1231,7 @@ Michael Brunner kconfig
Antono Vasiljev netdict Antono Vasiljev netdict
Melissa Reid omlet Melissa Reid omlet
Ilia N Ternovich quickfix Ilia N Ternovich quickfix
John O'Shea RTF, SVNcommitlog and vcscommit John O'Shea RTF, SVNcommitlog and vcscommit, SVNCommit
Anders occam Anders occam
Mark Woodward csv Mark Woodward csv
fREW gentoo-package-mask, fREW gentoo-package-mask,

View File

@@ -779,6 +779,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('','') call s:MapDelimiters('','')
elseif a:filetype == "SVNAnnotate" elseif a:filetype == "SVNAnnotate"
call s:MapDelimiters('','') call s:MapDelimiters('','')
elseif a:filetype == "SVNcommit"
call s:MapDelimiters('','')
elseif a:filetype == "SVNcommitlog" elseif a:filetype == "SVNcommitlog"
call s:MapDelimiters('','') call s:MapDelimiters('','')
elseif a:filetype == "SVNdiff" elseif a:filetype == "SVNdiff"