@b4n commented on this pull request.
> @@ -315,6 +315,51 @@ LspAutocompleteSymbol *find_symbol(GeanyDocument *doc, > const gchar *text) } +#if ! GLIB_CHECK_VERSION (2, 68, 0) +static guint lsp_g_string_replace(GString *string, const gchar *find, const gchar *replace, guint limit) Indeed, that's not actually equivalent but should work fine in this case, and indeed probably less of an 1AM solution :) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1476#discussion_r2195270036 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1476/review/3001941...@github.com>