vim: Fix renaming (#7714)
This was broken by #7647 Release Notes: - N/A
This commit is contained in:
@@ -187,6 +187,7 @@ impl FeedbackModal {
|
||||
editor.set_show_gutter(false, cx);
|
||||
editor.set_show_copilot_suggestions(false);
|
||||
editor.set_vertical_scroll_margin(5, cx);
|
||||
editor.set_use_modal_editing(false);
|
||||
editor
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user