Skip to content

Commit

Permalink
Add cut
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaël Fourrier committed Aug 25, 2021
1 parent 5a50292 commit 9a79e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ fn action(input: Input) -> IRes<'_, JSMAction> {
fn binding(input: Input) -> IRes<'_, Cmd> {
let (input, key) = keys.context("parse keys").parse(input)?;
let (input, actions) = equal_with_space
.cut()
.precedes(separated_list1(space1, action).context("parse actions"))
.cut()
.parse(input)?;
Expand Down

0 comments on commit 9a79e56

Please sign in to comment.