vim: Fix renaming (#7714)
This was broken by #7647 Release Notes: - N/A
This commit is contained in:
parent
04fc0dde1a
commit
a1899bac4e
6 changed files with 68 additions and 24 deletions
|
@ -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
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue