b3nj5m1n/kommentary

how to comment single line as a multile line?

Closed this issue · 2 comments

for example

int main() { 
     /* std::cout << "Hello World\n";  */
}

and if i select multiple lines, it should comment as

int main() { 
     /* std::cout << "Hello World\n";  */
     /* ... */
     /* return 0; */

}

Yeah I have this problem too. I have to switch back to vim-commentary because of this 😢

Hi, thanks for your interest in kommentary, unfortunately I'll not be adding any new features, I'm sorry I never got to this issue.