nushell/crates/nu-cli
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
..
src Fallback for config.buffer_editor from EDITOR (#5614) 2022-05-23 05:32:52 +12:00
tests nu-cli/completions: add custom completion test (#5543) 2022-05-14 15:09:41 -05: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