@ntrel commented on this pull request.


> @@ -3526,10 +3526,13 @@ static void auto_multiline(GeanyEditor *editor, gint 
> cur_line)
                { /* we are on the second line of a multi line comment, so we 
have to insert white space */
                        whitespace = " ";
                }
-
-               if (style == SCE_D_COMMENTNESTED)
-                       continuation = "+"; /* for nested comments in D */
-
+               else if (!(g_str_has_prefix(previous_line + i, continuation) &&

No problem, thanks for reviewing.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3392#discussion_r1103786927
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3392/review/[email protected]>

Reply via email to