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

:log-open does not respect --log flag #6469

Closed
rcorre opened this issue Mar 28, 2023 · 1 comment
Closed

:log-open does not respect --log flag #6469

rcorre opened this issue Mar 28, 2023 · 1 comment
Labels
C-bug Category: This is a bug

Comments

@rcorre
Copy link
Contributor

rcorre commented Mar 28, 2023

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:

  1. hx --log /tmp/helix.log
  2. :log-open

I expected this to happen:

Opens /tmp/helix.log

Instead, this happened:

Opens default log location

Helix log

~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
[helix.log](https://github.com/helix-editor/helix/files/11088995/helix.log)

Platform

Linux

Terminal Emulator

st 0.8.5

Helix Version

22.12-405-gd458ddd0

@pascalkuthe
Copy link
Member

Fixed by #7573

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants