nushell / reedline

A feature-rich line editor - powering Nushell
https://docs.rs/reedline/
MIT License
549 stars 155 forks source link

Added partial completions to the MenuNext event #828

Closed uek-1 closed 2 months ago

uek-1 commented 2 months ago

This PR is meant to address a nushell specific issue (https://github.com/nushell/nushell/issues/11251) about the tab button not partially completing suggestions if the menu is already open. I added partial completions to the MenuNext event after checking if they were enabled.

fdncred commented 2 months ago

Thanks!