dumb-jump
dumb-jump copied to clipboard
Fix xrefs for remote connections over TRAMP
Haven't done much extensive testing with this, but it fixes #413 for me.
@jacktasia would you be able to take a look at this to see if it's the proper fix?
@jacktasia would you be able to take a look at this to see if it's the proper fix?
@jacktasia This patch has actually broken dumb-jump-go. It blindly adds tramp-path-prefix to a relative path, which is already added dumb-jump--result-follow as part of default-directory (default directory is ssh:host:path/to/dir and relative path in the results is always corresponding to default-directory.
Reverting this patch locally fixes it.