I got a problem with NERD-commenter.
If I <leader>cu the following code:
/*function func(arg) {
codeish; // Nested comment.
}*/
This is the result:
function func(arg) {
codeish; Nested comment.
}
Note the 2nd line: The nested comment was also uncommented. This is not good.
Perhaps I’m just not using it right. How can I avoid this?
This bug was fixed in the latest version of NERD-Commenter.