You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Silently fail to "Enter" regular files. Entering only makes sense for
directories.
This fixes#653 (comment)
I don't know Rust at all, so I make no claims to the code quality. But I
have tested this change and it does work.
The error message that gets shown when you press "l" on a regular file should, really, not be there.
It looks like this could be solved trivially with an isdir check in "fn enter", but my Rust isn't good enough to put in a PR.
The text was updated successfully, but these errors were encountered: