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

add --readonly flag to enter readonly mode #7128

Closed
wants to merge 13 commits into from
Closed
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into readonly
  • Loading branch information
ds-cbo committed Oct 3, 2023
commit 8bf96581ddacaeeb9ac4bcbd4641bc079d40bc1e
1 change: 1 addition & 0 deletions helix-term/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub struct Args {
pub log_file: Option<PathBuf>,
pub config_file: Option<PathBuf>,
pub files: Vec<(PathBuf, Position)>,
pub working_directory: Option<PathBuf>,
pub readonly: bool,
}

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.65.0"
channel = "1.67.0"
components = ["rustfmt", "rust-src"]
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.