mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-19 23:02:45 +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*
|
||||
|
||||
2.1.15
|
||||
- added support for pamconf, thanks to Martin Kustermann
|
||||
- added support for mason, thanks to Indriði Einarsson
|
||||
- added support for map, thanks to Chris
|
||||
- added pamconf support, thanks to Martin Kustermann
|
||||
- added mason support, thanks to Indriði Einarsson
|
||||
- added map support, thanks to Chris
|
||||
- added bzr support, thanks to Stromnov
|
||||
|
||||
2.1.14
|
||||
- added support for gitconfig, tar, nerdtree
|
||||
|
@ -1252,7 +1253,7 @@ SpookeyPeanut rib
|
|||
Greg Jandl pyrex/cython
|
||||
Christophe Benz services, gitcommit
|
||||
A Pontus vimperator
|
||||
Stromnov slice
|
||||
Stromnov slice, bzr
|
||||
Martin Kustermann pamconf
|
||||
Indriði Einarsson mason
|
||||
Chris map
|
||||
|
|
|
@ -196,6 +196,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||
call s:MapDelimiters('%', '')
|
||||
elseif a:filetype == "btm"
|
||||
call s:MapDelimiters('::', '')
|
||||
elseif a:filetype == "bzr"
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "caos"
|
||||
call s:MapDelimiters('*', '')
|
||||
elseif a:filetype == "catalog"
|
||||
|
|
Loading…
Reference in New Issue
Block a user