In src/editor.c:

> +				}
> +
> +				g_ptr_array_free(tags, TRUE);
> +			}
> +
> +			if (! sep_pos)
> +				break;
> +		}
> +
> +		g_free(scope);
> +
> +		/* root tags */
> +		if (prefix)
> +			tags = tm_workspace_find_prefix(name, ft->lang, 0xffff);
> +		else
> +			tags = tm_workspace_find(name, NULL, tm_tag_max_t, NULL, ft->lang);

tm_workspace_find() doest dedup which is probably not what you want for autocompletion


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.