add support for gitconfig

This commit is contained in:
Martin Grenfell
2008-05-13 10:51:56 +12:00
parent 62b394aa9b
commit 3eea85daa4
2 changed files with 4 additions and 0 deletions

View File

@@ -860,6 +860,8 @@ to get illegal syntax when uncommenting them.
==============================================================================
8. Changelog *NERDComChangelog*
2.1.14
- added support for gitconfig
2.1.13
- added support for rib, pyrex/cython, liquid, services, gitcommit,
vimperator, and slice. Thanks to spookypeanut, Greg Jandl, Christophe

View File

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