Hey, have noticed that if you have a cursor inside string such as (lua file example)
commanding gcc leads to incorrectly commented out line:
I am not quite sure if I would expect it to turn to
or simply do nothing (perhaps it should comment out injected code, as it would make sense within multilane blocks). But correct behaviour is surely wrong.
(thanks for great plugin!)
Hey, have noticed that if you have a cursor inside string such as (lua file example)
commanding
gccleads to incorrectly commented out line:" vim.cmd 'stopinsert!'I am not quite sure if I would expect it to turn to
or simply do nothing (perhaps it should comment out injected code, as it would make sense within multilane blocks). But correct behaviour is surely wrong.
(thanks for great plugin!)