bbatsov / projectile

Project Interaction Library for Emacs
https://docs.projectile.mx
GNU General Public License v3.0
3.99k stars 584 forks source link

Fix projectile-recentf with inactive project (#1881) #1882

Closed gessen closed 7 months ago

gessen commented 7 months ago

projectile-recentf-files expands recentf files to use canonicalized versions, /home/example/project instead of ~/project. However, if the project is not active and projectile-recentf was called, it would return non-canonicalized directory which then fails the comparison with recentf list.


Before submitting a PR make sure the following things have been done (and denote this by checking the relevant checkboxes):

Thanks!

bbatsov commented 7 months ago

Thanks!