Flesh out v1.0 of vim :
This commit is contained in:
parent
6ad1f19a21
commit
2d9db0fed1
16 changed files with 516 additions and 82 deletions
|
@ -57,12 +57,7 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
save_behavior: None,
|
||||
},
|
||||
),
|
||||
MenuItem::action(
|
||||
"Close Window",
|
||||
workspace::CloseWindow {
|
||||
save_behavior: None,
|
||||
},
|
||||
),
|
||||
MenuItem::action("Close Window", workspace::CloseWindow),
|
||||
],
|
||||
},
|
||||
Menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue