add support for bzr

This commit is contained in:
Martin Grenfell 2008-06-15 21:34:08 +12:00
parent 650396b1fc
commit af0d51d8b3
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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"