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
The config is loaded before the working directory is changed during load, hence the wrong directory is checked for .helix/config.toml
helix/helix-term/src/main.rs
Line 118 in 68fce3e
I can fix this, but wanted to know if there are some caveats first.
I tried this:
hx <dir>
I expected this to happen:
The config is loaded
Instead, this happened:
The config is not loaded
Link to where the bug is in the source code is provided in the description
All
master (68fce3e)
The text was updated successfully, but these errors were encountered:
Set the working directory before loaded the config (fixes issue helix…
bf068be
…-editor#8469)
648e0e1
Set the working directory before loading the config (fixes issue heli…
8390e98
…x-editor#8469)
Closed by #8498
Sorry, something went wrong.
No branches or pull requests
Summary
The config is loaded before the working directory is changed during load, hence the wrong directory is checked for .helix/config.toml
helix/helix-term/src/main.rs
Line 118 in 68fce3e
I can fix this, but wanted to know if there are some caveats first.
Reproduction Steps
I tried this:
hx <dir>
where the directory contains .helix/config.tomlI expected this to happen:
The config is loaded
Instead, this happened:
The config is not loaded
Helix log
Link to where the bug is in the source code is provided in the description
Platform
All
Terminal Emulator
All
Helix Version
master (68fce3e)
The text was updated successfully, but these errors were encountered: