Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Correctly enter up directories #598

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

lj3954
Copy link
Contributor

@lj3954 lj3954 commented Sep 21, 2024

Type of Change

  • Bug fix
  • Hotfix

Description

#490 introduced a regression where entering an up directory (..) results in an empty command executing, instead of entering the parent directory. This resolves the issue by including a check for whether the current selection is an up directory in addition to whether it's a standard directory.

Issues / other PRs related

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no errors/warnings/merge conflicts.

@ChrisTitusTech ChrisTitusTech merged commit 446d52c into ChrisTitusTech:main Sep 22, 2024
1 check passed
@lj3954 lj3954 deleted the fix_579 branch September 22, 2024 16:44
@ChrisTitusTech ChrisTitusTech added the bug Something isn't working label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pressing ENTER on .. shows a "Success" message
3 participants