-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: starting telescope or grug-far when hovering a directory (#388)
Issue: Given the following directory structure: - root/ - dir1/ - file1 - file2 When hovering `dir1/` and starting the search or replace operation, the operation would only consider the files in `dir1/`. This is not what the user would expect. The user would expect the operation to consider the files in `root/`. Solution: When hovering a directory, we should consider the directory the hovered directory is in. This is the same behavior as when hovering a file.
- Loading branch information
1 parent
bdc33d0
commit d6da015
Showing
4 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters