mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-17 05:53:39 -05:00
add support for SVNannotate
This commit is contained in:
@@ -789,6 +789,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('','')
|
||||
elseif a:filetype == "svn"
|
||||
call s:MapDelimiters('','')
|
||||
elseif a:filetype == "SVNannotate"
|
||||
call s:MapDelimiters('','')
|
||||
elseif a:filetype == "SVNAnnotate"
|
||||
call s:MapDelimiters('','')
|
||||
elseif a:filetype == "SVNcommit"
|
||||
|
||||
Reference in New Issue
Block a user