mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-24 13:34:45 +08:00
Merge pull request #531 from svalaskevicius/master
Some checks failed
Vint / vint (push) Has been cancelled
Some checks failed
Vint / vint (push) Has been cancelled
This commit is contained in:
commit
3f860f2d98
|
@ -486,7 +486,7 @@ function! nerdcommenter#SetUp() abort
|
|||
let b:NERDSexyComMarker = ''
|
||||
|
||||
if has_key(s:delimiterMap, filetype)
|
||||
let b:NERDCommenterDelims = s:delimiterMap[filetype]
|
||||
let b:NERDCommenterDelims = copy(s:delimiterMap[filetype])
|
||||
for i in ['left', 'leftAlt', 'right', 'rightAlt']
|
||||
if !has_key(b:NERDCommenterDelims, i)
|
||||
let b:NERDCommenterDelims[i] = ''
|
||||
|
|
Loading…
Reference in New Issue
Block a user