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

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