-
-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Description
Try to comment following line in HTML:
aaa --> bbbCurrently produced incorrect HTML comment string:
<!-- aaa --> bbb -->Expecting result:
<!-- aaa --> bbb -->tcomment has settings which allows to set replacement:
let g:tcomment#replacements_xml = {
\ '<!--': '<!--',
\ '-->': '-->'
\ }When uncommenting replacement performed in the reverse order.
How is it possible to achieve something similar?
Metadata
Metadata
Assignees
Labels
No labels