[mini.comment] Block style C comments broken? #1747
-
Contributing guidelines
Module(s)mini.comment QuestionHello there. I work in a C codebase which uses block style comments. If I try to comment a function with these, we get this duplicate comment issue which then breaks compilation. Here is an example
First func is the defintion with, second is commented. I must admit, comments are one area of nvim I am not too familiar with, so maybe this is not a mini.comment issue? |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Apr 18, 2025
Replies: 1 comment
-
I am afraid block comments are not supported. This is mostly due to lack of a robust way to get information about buffer's style of block comments (if any). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am afraid block comments are not supported. This is mostly due to lack of a robust way to get information about buffer's style of block comments (if any).