FIx incorrectly spelled cfg options (#10703)

* Fix incorrect cfg key for wasm32

* Fix unicode-lines cfg in helix-view not not being used
This commit is contained in:
Christopher Smyth 2024-05-07 12:14:02 -04:00 committed by GitHub
parent 5b8b2f4b9b
commit 5e3de68591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 4 deletions

View file

@ -14,7 +14,7 @@ homepage.workspace = true
[features]
default = ["git"]
unicode-lines = ["helix-core/unicode-lines"]
unicode-lines = ["helix-core/unicode-lines", "helix-view/unicode-lines"]
integration = ["helix-event/integration_test"]
git = ["helix-vcs/git"]