Skip to content

Commit

Permalink
Merge pull request #531 from svalaskevicius/master
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 8, 2024
2 parents c9b1078 + fea637c commit 3f860f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/nerdcommenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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] = ''
Expand Down

0 comments on commit 3f860f2

Please sign in to comment.