@frlan commented on this pull request.
> if (utils_str_equal(environment, "block") == TRUE)
{
- g_string_append(tmpstring, "}{}");
+ tmpstring =
g_strdup_printf("\\begin{%s}{}\n%%cursor%%\n\\end{%s}", environment,
environment);
True. Should be better now (even though not sure about the line breaks inside
the call as it's a very long string …"
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1330#discussion_r1573834932
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1330/review/[email protected]>