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);

I later altered everything to manually dedup (in the autoc side) so I can chose depending on calltip/autoc


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