diff options
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r-- | helix-core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 050bc8ab..20bc6fb8 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -11,6 +11,7 @@ homepage = "https://helix-editor.com" include = ["src/**/*", "README.md"] [features] +default = ["unicode-lines"] unicode-lines = ["ropey/unicode_lines"] [dependencies] |