Skip to content

Commit 05e6db0

Browse files
grovesarchseer
andauthored
Correct comment on focus config
Co-authored-by: Blaž Hrastnik <[email protected]>
1 parent 96d6f6f commit 05e6db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helix-view/src/editor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub struct Config {
136136
pub auto_completion: bool,
137137
/// Automatic formatting on save. Defaults to true.
138138
pub auto_format: bool,
139-
/// Automatic save on focus lost. Defaults to true.
139+
/// Automatic save on focus lost. Defaults to false.
140140
pub auto_save: bool,
141141
/// Time in milliseconds since last keypress before idle timers trigger.
142142
/// Used for autocompletion, set to 0 for instant. Defaults to 400ms.

0 commit comments

Comments
 (0)