Skip to content

Commit

Permalink
append set_line_ending to document history (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirawi authored Jun 2, 2022
1 parent f7c27b6 commit 4f3d0a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-term/src/commands/typed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ fn set_line_ending(
}),
);
doc.apply(&transaction, view.id);
doc.append_changes_to_history(view.id);

Ok(())
}
Expand Down

0 comments on commit 4f3d0a7

Please sign in to comment.