mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Bump reedline (#5404)
- Fix to the `ClearScrollback` command - Fix of vi mode `x` so it adds the character to the clipboard - Vi mode shorthands `s` and `S`
This commit is contained in:
parent
f0b9dc9da1
commit
1f7d3498cd
1 changed files with 1 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3716,7 +3716,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "reedline"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/nushell/reedline?branch=main#23cbd8a74b889e2aa483128c82ce335b102816eb"
|
||||
source = "git+https://github.com/nushell/reedline?branch=main#2947a94fefac63e8fba2076327bae373f8d09b9d"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"crossterm",
|
||||
|
|
Loading…
Reference in a new issue