mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 12:43:47 -05:00
add support for SVNannotate
This commit is contained in:
@@ -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.
|
- use # for gitcommit comments, thanks to Simon Ruderich.
|
||||||
- add support for mako and genshi, thanks to Keitheis.
|
- add support for mako and genshi, thanks to Keitheis.
|
||||||
- add support for conkyrc, thanks to David
|
- add support for conkyrc, thanks to David
|
||||||
|
- add support for SVNannotate, thanks to Miguel Jaque Barbero.
|
||||||
|
|
||||||
2.2.0
|
2.2.0
|
||||||
- rewrote the mappings system to be more "standard".
|
- rewrote the mappings system to be more "standard".
|
||||||
@@ -1049,6 +1050,7 @@ Thomas Rowe hostsaccess
|
|||||||
Simon Ruderich asciidoc, git, gitcommit, gitrebase
|
Simon Ruderich asciidoc, git, gitcommit, gitrebase
|
||||||
Keitheis mako, genshi
|
Keitheis mako, genshi
|
||||||
David conkyrc
|
David conkyrc
|
||||||
|
Miguel Jaque Barbero SVNannotate
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
9. License *NERDComLicense*
|
9. License *NERDComLicense*
|
||||||
|
|||||||
@@ -789,6 +789,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('','')
|
call s:MapDelimiters('','')
|
||||||
elseif a:filetype == "svn"
|
elseif a:filetype == "svn"
|
||||||
call s:MapDelimiters('','')
|
call s:MapDelimiters('','')
|
||||||
|
elseif a:filetype == "SVNannotate"
|
||||||
|
call s:MapDelimiters('','')
|
||||||
elseif a:filetype == "SVNAnnotate"
|
elseif a:filetype == "SVNAnnotate"
|
||||||
call s:MapDelimiters('','')
|
call s:MapDelimiters('','')
|
||||||
elseif a:filetype == "SVNcommit"
|
elseif a:filetype == "SVNcommit"
|
||||||
|
|||||||
Reference in New Issue
Block a user