settings_ui: Fix misplaced comma in autoclose setting description (#40519)
Release Notes: - Fixed misplaced comma in the autoclose description from: "when you type (, Zed will ...)" to "when you type, (Zed will ...)" --------- Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
This commit is contained in:
@@ -3326,7 +3326,7 @@ Positive integer values
|
||||
|
||||
## Use Auto Surround
|
||||
|
||||
- Description: Whether to automatically surround selected text when typing opening parenthesis, bracket, brace, single or double quote characters. For example, when you select text and type (, Zed will surround the text with ().
|
||||
- Description: Whether to automatically surround selected text when typing opening parenthesis, bracket, brace, single or double quote characters. For example, when you select text and type '(', Zed will surround the text with ().
|
||||
- Setting: `use_auto_surround`
|
||||
- Default: `true`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user