We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running hx --log /tmp/helix.log, the :log-open command opens ~/.cache/helix/helix.log, not /tmp/helix.log
hx --log /tmp/helix.log
:log-open
~/.cache/helix/helix.log
/tmp/helix.log
I tried this:
I expected this to happen:
Opens /tmp/helix.log
Instead, this happened:
Opens default log location
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
Linux
st 0.8.5
22.12-405-gd458ddd0
The text was updated successfully, but these errors were encountered:
Fixed by #7573
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
When running
hx --log /tmp/helix.log
, the:log-open
command opens~/.cache/helix/helix.log
, not/tmp/helix.log
Reproduction Steps
I tried this:
hx --log /tmp/helix.log
:log-open
I expected this to happen:
Opens /tmp/helix.log
Instead, this happened:
Opens default log location
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
st 0.8.5
Helix Version
22.12-405-gd458ddd0
The text was updated successfully, but these errors were encountered: