-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Search directory] Properly show symlink info in file previews (#159)
The files preview code is meant to display info about symlinks when previewing them. However, because test -f and test -d appear before test -L, the symlink message won't show for symlinks to regular files and directories. Fix this by moving the symlink case to the top.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 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