mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 20:53:47 -05:00
add support for CVScommit
This commit is contained in:
@@ -245,6 +245,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('CVS:','')
|
||||
elseif a:filetype == "CVSAnnotate"
|
||||
call s:MapDelimiters('','')
|
||||
elseif a:filetype == "CVScommit"
|
||||
call s:MapDelimiters('','')
|
||||
elseif a:filetype == "d"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "dcl"
|
||||
|
||||
Reference in New Issue
Block a user