diff options
author | Blaž Hrastnik | 2022-03-17 01:52:14 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-03-17 01:53:50 +0000 |
commit | 2376fc875e659dfce952c0b885e369b4295ba441 (patch) | |
tree | a8cf97a4bc098015d24e4b3416594c420b18a907 /helix-core/Cargo.toml | |
parent | 16e2b2e36b8e9d8516178ec7e8a3da8962ea5b35 (diff) |
Temporarily turn on unicode-lines
Ropey's non-unicode lines impl has some bugs still
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] |