fix final failing tests
This commit is contained in:
parent
f6f41510d2
commit
2cf48c03f9
6 changed files with 55 additions and 48 deletions
|
@ -51,8 +51,9 @@ impl<'a> VimTestContext<'a> {
|
|||
)
|
||||
});
|
||||
|
||||
// Setup search toolbars
|
||||
// Setup search toolbars and keypress hook
|
||||
workspace.update(cx, |workspace, cx| {
|
||||
observe_keypresses(window_id, cx);
|
||||
workspace.active_pane().update(cx, |pane, cx| {
|
||||
pane.toolbar().update(cx, |toolbar, cx| {
|
||||
let buffer_search_bar = cx.add_view(BufferSearchBar::new);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue