forked from extern/nushell
Fixes #5593 (OOM introduced with #5587 when no config was present and an attempt was made to allocate all memory in advance) Includes also other changes to reedline: - Vi word definition fixed and `w` and `e` work as expected
This commit is contained in:
committed by
GitHub
parent
0ba86d7eb8
commit
06199d731b
@ -18,7 +18,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.62.1" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.62.1" }
|
||||
nu-ansi-term = "0.45.1"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.62.1" }
|
||||
reedline = { version = "0.5.0", features = ["bashisms"]}
|
||||
reedline = { git = "https://github.com/nushell/reedline", branch = "main", features = ["bashisms"]}
|
||||
crossterm = "0.23.0"
|
||||
miette = { version = "4.5.0", features = ["fancy"] }
|
||||
thiserror = "1.0.29"
|
||||
|
Reference in New Issue
Block a user