From 2376fc875e659dfce952c0b885e369b4295ba441 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 17 Mar 2022 10:52:14 +0900 Subject: Temporarily turn on unicode-lines Ropey's non-unicode lines impl has some bugs still --- helix-term/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-term') diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 48365743..6a4d8285 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -16,6 +16,8 @@ build = true app = true [features] +default = ["unicode-lines"] +unicode-lines = ["helix-core/unicode-lines"] [[bin]] name = "hx" -- cgit v1.2.3-70-g09d2