cosmicexplorer / helm-rg

ripgrep is nice
GNU General Public License v3.0
101 stars 21 forks source link

Files paths are wrong on `helm-resume` #11

Closed xiongtx closed 5 years ago

xiongtx commented 6 years ago

Problem

Calling helm-rg and visiting a file is fine. On helm-resume and visiting a file, however, the path is wrong.

The project directory is not prepended to the path of the resumed candidate, resulting in e.g. a new README.md being created at the system root instead of visited at the project root.

cosmicexplorer commented 5 years ago

14 should fix this once merged. Thank you for raising this issue!

cosmicexplorer commented 5 years ago

This should be fixed with #14 (a test was also added to avoid regressions), although I need to fix the current CI issue. Please reopen this if the issue reoccurs or occurs differently. Thanks again for raising this!