caw.vim icon indicating copy to clipboard operation
caw.vim copied to clipboard

Fix a bug where it fails to uncomment with tree-sitter

Open hexium310 opened this issue 4 years ago • 0 comments

There were cases where hl_map[name] is nil and then an error occurs at string.match(). In that case, the script stops, so uncommenting didn't work.

hexium310 avatar Sep 04 '21 14:09 hexium310