hewes / unite-gtags

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

add gtags/path source #8

Closed thawk closed 8 years ago

thawk commented 8 years ago

Unite gtags/path lists all paths in GTAGS. It executes global -P and show results.

You can specify <pattern> as an argument :Unite gtags/path:<pattern>. When exeucte Unite with no arguments :Unite gtags/path, all paths is shown.

hewes commented 8 years ago

Thanks for your contribution. I think the results of -P should be handled as 'file' kind. I committed 2f9be361 to introduce disable_result_option and default_kind as source option. Please rebase your commit and use them and use unite#libs#gtags#result_as_filepath instead of unite#libs#gtags#result2unite.

thawk commented 8 years ago

Will open new pull request after rebase to the latest head