summaryrefslogtreecommitdiff
path: root/helix-core/src/lib.rs
diff options
context:
space:
mode:
authorJan Hrastnik2021-06-20 00:22:10 +0000
committerJan Hrastnik2021-06-20 00:22:10 +0000
commit8634e04a31f8f761b3d0505528295d31d63c7918 (patch)
tree07bf80760d41f2f13c125bc38e15b0dd389d64f1 /helix-core/src/lib.rs
parent701eb0dd6800e75116f36e503787dd0f50df709e (diff)
added the line_end helper function
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r--helix-core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs
index 9ac506a6..d99bb66d 100644
--- a/helix-core/src/lib.rs
+++ b/helix-core/src/lib.rs
@@ -114,6 +114,6 @@ pub use state::State;
pub use line_ending::{
auto_detect_line_ending, get_line_ending, rope_slice_to_line_ending, LineEnding,
- DEFAULT_LINE_ENDING,
+ DEFAULT_LINE_ENDING, line_end
};
pub use transaction::{Assoc, Change, ChangeSet, Operation, Transaction};