emacsorphanage / helm-gtags

GNU GLOBAL helm interface
203 stars 31 forks source link

Support `helm-gtags-find-tag-from-here` over TRAMP #46

Closed gifnksm closed 10 years ago

gifnksm commented 10 years ago

helm-gtags-find-tag-from-here function invokes global with TRAMP filename, such as global --result grep --from-here 100:/ssh:foo:/home/nksm/bar.c foo

This commit fixes helm-gtags-find-tag-from-here to invoke global with remote filename.

syohex commented 10 years ago

Thanks