hewes / unite-gtags

Unite source for GNU GLOBAL
Other
60 stars 10 forks source link

Add through_all_tags option to go through GTAGSLIBPATH #7

Closed 5t111111 closed 9 years ago

5t111111 commented 9 years ago

This PR is adding "--through" option support.

By default, a search is ended without go through all the tag files listed in GTAGSLIBPATH when tags are found in a project's tag file. This behavior may be unintended if there are definitions with the same name as the one defined in a project.

When through_all_tags = 1, unite-gtags adds --through option to global command and it makes a search go through all the tag files listed in GTAGSLIBPATH.