In tagmanager/src/tm_workspace.c:

> @@ -72,6 +72,9 @@ static gboolean tm_create_workspace(void)
>  	theWorkspace->source_files = g_ptr_array_new();
>  	theWorkspace->typename_array = g_ptr_array_new();
>  	theWorkspace->global_typename_array = g_ptr_array_new();
> +
> +	tm_source_file_ctags_init();

shouldn't that be tm_ctags_init() instead of the tm_source_file_ctags_init() indirection?


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