Skip to content

Commit

Permalink
removed partial completions
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelPanic0x committed Oct 4, 2024
1 parent 55b57cd commit 4210dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/reedline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ pub fn enter_code() -> eyre::Result<String> {
.with_highlighter(Box::new(CodeHighliter::default()))
.with_menu(ReedlineMenu::EngineCompleter(completion_menu))
.with_quick_completions(true)
.with_partial_completions(true)
.with_edit_mode(edit_mode);

let prompt = CodePrompt::default();
Expand Down

0 comments on commit 4210dce

Please sign in to comment.