diff options
| author | Jacek Swierk <jacek.swierk@gmail.com> | 2024-02-11 19:48:59 +0100 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-11 22:05:22 +0200 |
| commit | 375a63bf55f52e6542bbf395b526698028f56d88 (patch) | |
| tree | 6139fb1a65fa73f8d6206946710318967088f549 /CHANGELOG.md | |
| parent | ec4cb8d4d6aa836668bfef860a2f59d2e30d8cba (diff) | |
Fix projectile-recentf with inactive project (#1881)
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.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1013fc2..edc4526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ * [#1877](https://github.com/bbatsov/projectile/pull/1877): Add custom variable `projectile-cmd-hist-ignoredups`. * Add support for Eask projects. +### Bugs fixed + +* [#1881](https://github.com/bbatsov/projectile/issues/1881): Fix projectile-recentf when called outside any project + ## 2.8.0 (2023-10-13) ### New features |
