From 03703665724e5fc9793f61ba9e656ab8c12cccd6 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sat, 2 Aug 2008 14:51:45 +1200 Subject: [PATCH] add support for SVNcommit --- doc/NERD_commenter.txt | 3 ++- plugin/NERD_commenter.vim | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/NERD_commenter.txt b/doc/NERD_commenter.txt index f73e4d9..66296b2 100644 --- a/doc/NERD_commenter.txt +++ b/doc/NERD_commenter.txt @@ -861,6 +861,7 @@ if your face looked like a toaster and a t-rex put together? :( 2.x.x - add support for potwiki. Thanks to Bernhard Grotz for the email. + - add support for SVNcommig. Thanks to John O'Shea. 2.1.18 - add support for llvm. Thanks to nicothakis. - add support for xquery. Thanks to Phillip Kovalev. @@ -1230,7 +1231,7 @@ Michael Brunner kconfig Antono Vasiljev netdict Melissa Reid omlet Ilia N Ternovich quickfix -John O'Shea RTF, SVNcommitlog and vcscommit +John O'Shea RTF, SVNcommitlog and vcscommit, SVNCommit Anders occam Mark Woodward csv fREW gentoo-package-mask, diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 875a647..2078c5e 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -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"