In src/editor.c:
> @@ -794,6 +888,8 @@ static gboolean autocomplete_scope(GeanyEditor *editor, const gchar *root, gsize > g_ptr_array_add(filtered, tag); > } > > + tm_tags_dedup(filtered, sort_attr, FALSE);
Ah, didnt see that, nevermind above
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.