-
-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
Hey, have noticed that if you have a cursor inside string such as (lua file example)
vim.cmd 'stopinsert!'
commanding gcc
leads to incorrectly commented out line:
" vim.cmd 'stopinsert!'
I am not quite sure if I would expect it to turn to
vim.cmd '" stopinsert!'
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!)
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on