mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 18:53:47 -05:00
add support for gitconfig
This commit is contained in:
@@ -860,6 +860,8 @@ to get illegal syntax when uncommenting them.
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
8. Changelog *NERDComChangelog*
|
8. Changelog *NERDComChangelog*
|
||||||
|
|
||||||
|
2.1.14
|
||||||
|
- added support for gitconfig
|
||||||
2.1.13
|
2.1.13
|
||||||
- added support for rib, pyrex/cython, liquid, services, gitcommit,
|
- added support for rib, pyrex/cython, liquid, services, gitcommit,
|
||||||
vimperator, and slice. Thanks to spookypeanut, Greg Jandl, Christophe
|
vimperator, and slice. Thanks to spookypeanut, Greg Jandl, Christophe
|
||||||
|
|||||||
@@ -360,6 +360,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('', '')
|
call s:MapDelimiters('', '')
|
||||||
elseif a:filetype == 'gitcommit'
|
elseif a:filetype == 'gitcommit'
|
||||||
call s:MapDelimiters('', '')
|
call s:MapDelimiters('', '')
|
||||||
|
elseif a:filetype == 'gitconfig'
|
||||||
|
call s:MapDelimiters(';', '')
|
||||||
elseif a:filetype == 'gitdiff'
|
elseif a:filetype == 'gitdiff'
|
||||||
call s:MapDelimiters('', '')
|
call s:MapDelimiters('', '')
|
||||||
elseif a:filetype == "gnuplot"
|
elseif a:filetype == "gnuplot"
|
||||||
|
|||||||
Reference in New Issue
Block a user