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.
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.