commented.nvim icon indicating copy to clipboard operation
commented.nvim copied to clipboard

C/C++ comments wrong

Open Agustin-DeLuca opened this issue 3 years ago • 1 comments

C/C++ comments format is

// inline comment
/*
    block comment
/*

but there is no inline comment and block is broken

/* block comment produced by commented */
*/
/* line above is broken */

Agustin-DeLuca avatar Aug 27 '22 06:08 Agustin-DeLuca

Hi thanks for reporting! I am not using neovim at the moment,you might want to try and make a PR for this

winston0410 avatar Aug 27 '22 15:08 winston0410