Skip to content

Question regarding NERDComUncommentLine/NERDComMinimalComment #314

Open
@mboughaba

Description

@mboughaba

Hi,

My apologies for opening an issue for a simple question.

  1. When commenting visual block using NERDComMinimalComment the result will look like below (Which is perfect)
/*{
   someblockofcode();
}
// Line comment
{
    otherblockofcode();
}*/
  1. When un-commenting the same visual block the result will look like
{
   someblockofcode();
}
 Line comment
{
    otherblockofcode();
}

The Line comment is as well un-commented.
So my question is is there anyway to invert NERDComMinimalComment on visual mode. A command which will only remove the multiline comment string /* and */.
If there is a none, I will be glad to place a PR for this.

Cheers,
Mo

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions