add support for 'gitcommit' filetype

This commit is contained in:
Martin Grenfell
2008-04-28 20:38:51 +12:00
parent 3bccb91e7d
commit 065022b1ee
2 changed files with 3 additions and 1 deletions

View File

@@ -1231,4 +1231,4 @@ Li Jin gentoo-env-d, gentoo-init-d,
gentoo-make-conf, grub, modconf, sudoers
SpookeyPeanut rib
Greg Jandl pyrex/cython
Christophe Benz services
Christophe Benz services, gitcommit

View File

@@ -358,6 +358,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#', '')
elseif a:filetype == 'gitAnnotate'
call s:MapDelimiters('', '')
elseif a:filetype == 'gitcommit'
call s:MapDelimiters('', '')
elseif a:filetype == 'gitdiff'
call s:MapDelimiters('', '')
elseif a:filetype == "gnuplot"