Closed jfcherng closed 7 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.
dir_A
dir_B
This commit fixes that. CTags now searches the folder contains the file we are editing.
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 indir_B
.This commit fixes that. CTags now searches the folder contains the file we are editing.