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

@ -811,6 +811,7 @@ if your face looked like a toaster and a t-rex put together? :(
- use # for gitcommit comments, thanks to Simon Ruderich.
- add support for mako and genshi, thanks to Keitheis.
- add support for conkyrc, thanks to David
- add support for SVNannotate, thanks to Miguel Jaque Barbero.
2.2.0
- rewrote the mappings system to be more "standard".
@ -1049,6 +1050,7 @@ Thomas Rowe hostsaccess
Simon Ruderich asciidoc, git, gitcommit, gitrebase
Keitheis mako, genshi
David conkyrc
Miguel Jaque Barbero SVNannotate
==============================================================================
9. License *NERDComLicense*

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"