mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 15:11:52 +02:00
Upgrade reedline for partial hint completion (#802)
This commit is contained in:
committed by
GitHub
parent
0ef0277882
commit
0651e2b31f
@ -194,7 +194,8 @@ fn parse_event(value: Value, config: &Config) -> Result<ReedlineEvent, ShellErro
|
||||
"none" => ReedlineEvent::None,
|
||||
"actionhandler" => ReedlineEvent::ActionHandler,
|
||||
"clearscreen" => ReedlineEvent::ClearScreen,
|
||||
"complete" => ReedlineEvent::Complete,
|
||||
"historyhintcomplete" => ReedlineEvent::HistoryHintComplete,
|
||||
"historyhintwordcomplete" => ReedlineEvent::HistoryHintWordComplete,
|
||||
"ctrld" => ReedlineEvent::CtrlD,
|
||||
"ctrlc" => ReedlineEvent::CtrlC,
|
||||
"enter" => ReedlineEvent::Enter,
|
||||
|
Reference in New Issue
Block a user