Skip to content

Issue with injected language #144

@gegoune

Description

@gegoune

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

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions