Closed greenrd closed 7 years ago
I cannot reproduce this.
If you're still encountering this after updating to the latest version of helm-projectile
, please provide a minimal project (Git repo) and more details via the issue template, then re-open this issue.
(A good workaround for this would be instructions on how to keep the search open while I look through results)
To try and provide some more details here is what I am seeing:
Ctrl-C P S R
(search with ripgrep
)../../../foo.json
)helm-rg
buffer now gone)M-x helm-resume
@jlisee For that particular issue, see cosmicexplorer/helm-rg#11.
helm-projectile-ag works fine for me, but when I use helm-resume to resume a previous search, I experience a couple of issues. Firstly, navigating to a file does not always work - sometimes the filename is incorrectly constructed based on the current directory of the buffer I was in instead of the root directory of the projectile project. Secondly, editing the search causes no results to be displayed (I suspect the same fundamental cause - searching in the subdirectory instead of the projectile root directory).