nushell/crates/nu-command
Stefan Holderbach 8018ae3286
Pin reedline v0.6.0 for the nushell v0.63.0 release (#5620)
Release notes: https://github.com/nushell/reedline/releases/tag/v0.6.0

This release contains several bug fixes and improvements to the vi-emulation and documentation.

- Improvements to the vi-style keybindings (@sadmac7000):
  - `w` now correctly moves to the beginning of the word.
  - `e` to move to the end of the word.
- Bugfixes:
  - Support terminal emulators that erroneously report a size of 0x0 by assuming a default size to avoid panics and draw nevertheless (@DhruvDh)
  - Fix `ListMenu` layout calculations. Avoids scrolling bug when wrapping occurs due to the line numbering (@ahkrr)
  - Avoid allocating to the total history capacity which can cause the application to go out of memory (@sholderbach)
- Documentation improvements including addition of documentation intended for reedline developers (@petrisch, @sholderbach)
2022-05-24 00:39:55 +02:00
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
src fix date format (#5619) 2022-05-23 09:59:34 -07:00
tests fix date format (#5619) 2022-05-23 09:59:34 -07:00
build.rs Look up git commit hash ourselves, drop libgit2 dependency (#5548) 2022-05-16 13:57:25 +12:00
Cargo.toml Pin reedline v0.6.0 for the nushell v0.63.0 release (#5620) 2022-05-24 00:39:55 +02:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00