-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
This morning i rebuilt my ctags file and since then plugin is telling me "Can't find any relevant tags file".
I tough there is something wrong with tag file but it looks fine and I was despered enought to open the CTAGS python code and did some debug.
I have tags stored in one file. Ctags setings in file CTags.sublime-settings are:
{
"extra_tag_files": [".gemtags", "tags","h:\\confidential\\cscope\\tags" ]
}
I have put some debug prints found out that function get_alternate_tags_paths responsible to find tags in extra files did not run at all.
I would appreciate any help or advice. Thank you.
I am using sublime 2
Metadata
Metadata
Assignees
Labels
No labels