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

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