Skip to content

Instantly share code, notes, and snippets.

diff --git a/ctagsplugin.py b/ctagsplugin.py
index 8f912a6..d889ca1 100644
--- a/ctagsplugin.py
+++ b/ctagsplugin.py
@@ -256,7 +256,7 @@ def get_alternate_tags_paths(view, tags_file):
for (selector, platform), path in setting('extra_tag_paths'):
if view.match_selector(view.sel()[0].begin(), selector):
if sublime.platform() == platform:
- search_paths.append(path)
+ search_paths.append(os.path.join(path, setting('tag_file')))