mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-08 04:54:16 +08:00
add support for bzr
This commit is contained in:
parent
650396b1fc
commit
af0d51d8b3
|
@ -861,9 +861,10 @@ to get illegal syntax when uncommenting them.
|
||||||
8. Changelog *NERDComChangelog*
|
8. Changelog *NERDComChangelog*
|
||||||
|
|
||||||
2.1.15
|
2.1.15
|
||||||
- added support for pamconf, thanks to Martin Kustermann
|
- added pamconf support, thanks to Martin Kustermann
|
||||||
- added support for mason, thanks to Indriði Einarsson
|
- added mason support, thanks to Indriði Einarsson
|
||||||
- added support for map, thanks to Chris
|
- added map support, thanks to Chris
|
||||||
|
- added bzr support, thanks to Stromnov
|
||||||
|
|
||||||
2.1.14
|
2.1.14
|
||||||
- added support for gitconfig, tar, nerdtree
|
- added support for gitconfig, tar, nerdtree
|
||||||
|
@ -1252,7 +1253,7 @@ SpookeyPeanut rib
|
||||||
Greg Jandl pyrex/cython
|
Greg Jandl pyrex/cython
|
||||||
Christophe Benz services, gitcommit
|
Christophe Benz services, gitcommit
|
||||||
A Pontus vimperator
|
A Pontus vimperator
|
||||||
Stromnov slice
|
Stromnov slice, bzr
|
||||||
Martin Kustermann pamconf
|
Martin Kustermann pamconf
|
||||||
Indriði Einarsson mason
|
Indriði Einarsson mason
|
||||||
Chris map
|
Chris map
|
||||||
|
|
|
@ -196,6 +196,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||||
call s:MapDelimiters('%', '')
|
call s:MapDelimiters('%', '')
|
||||||
elseif a:filetype == "btm"
|
elseif a:filetype == "btm"
|
||||||
call s:MapDelimiters('::', '')
|
call s:MapDelimiters('::', '')
|
||||||
|
elseif a:filetype == "bzr"
|
||||||
|
call s:MapDelimiters('', '')
|
||||||
elseif a:filetype == "caos"
|
elseif a:filetype == "caos"
|
||||||
call s:MapDelimiters('*', '')
|
call s:MapDelimiters('*', '')
|
||||||
elseif a:filetype == "catalog"
|
elseif a:filetype == "catalog"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user