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 authored and the-mikedavis committed Nov 18, 2023
1 parent d4a0eba commit 09c78e8
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 09c78e8

Please sign in to comment.