mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 19:23:47 -05:00
add support for bzr
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user