mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-20 01:32:53 +08:00
bugfix to delimiter setup
This commit is contained in:
parent
df299e7e22
commit
b7d141a3e6
|
@ -899,7 +899,7 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||
call s:MapDelimiters('##', '')
|
||||
elseif a:filetype ==? "wget"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype ==?? "Wikipedia"
|
||||
elseif a:filetype ==? "Wikipedia"
|
||||
call s:MapDelimiters('<!--','-->')
|
||||
elseif a:filetype ==? "winbatch"
|
||||
call s:MapDelimiters(';', '')
|
||||
|
|
Loading…
Reference in New Issue
Block a user