Skip to content

Commit

Permalink
make switch case commands exit select mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehri01 committed Nov 5, 2023
1 parent ed5bfb5 commit 28e4108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,7 @@ where
});

doc.apply(&transaction, view.id);
exit_select_mode(cx);
}

fn switch_case(cx: &mut Context) {
Expand Down

0 comments on commit 28e4108

Please sign in to comment.