add support for SVNannotate

This commit is contained in:
Martin Grenfell
2008-11-13 22:57:08 +13:00
parent dda8510e0c
commit 06683e3311
2 changed files with 4 additions and 0 deletions

View File

@@ -789,6 +789,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('','')
elseif a:filetype == "svn"
call s:MapDelimiters('','')
elseif a:filetype == "SVNannotate"
call s:MapDelimiters('','')
elseif a:filetype == "SVNAnnotate"
call s:MapDelimiters('','')
elseif a:filetype == "SVNcommit"