SublimeText / CTags

CTags support for Sublime Text
MIT License
986 stars 167 forks source link

Fix CTags always search the tag file in the first top folder in a project #311

Closed jfcherng closed 7 years ago

jfcherng commented 8 years ago

For example, I have two top folders in my project.

In sidebar, it looks like

Ctags always only search the tag file (.tags) in dir_A even if you are editing a file in dir_B.

This commit fixes that. CTags now searches the folder contains the file we are editing.