@eht16 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);
It might be more readable using "g_strconcat" like above in
https://github.com/geany/geany-plugins/pull/1330/files#diff-44b2e13e0c1bd7750fc7aa3324ce230dd2ed0192c37d03208846a549509206bbR82?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1330#pullrequestreview-2013463978
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1330/review/[email protected]>