Skip to content

Commit f790c94

Browse files
grovesarchseer
andcommitted
Correct comment on focus config
Co-authored-by: Blaž Hrastnik <[email protected]>
1 parent 64d5081 commit f790c94

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
@@ -139,7 +139,7 @@ pub struct Config {
139139
pub auto_completion: bool,
140140
/// Automatic formatting on save. Defaults to true.
141141
pub auto_format: bool,
142-
/// Automatic save on focus lost. Defaults to true.
142+
/// Automatic save on focus lost. Defaults to false.
143143
pub auto_save: bool,
144144
/// Time in milliseconds since last keypress before idle timers trigger.
145145
/// Used for autocompletion, set to 0 for instant. Defaults to 400ms.

0 commit comments

Comments
 (0)