Skip to content

Commit 0ee421d

Browse files
authored
update LineEdit.complete_line with stdlib repl completion changes (#348)
Fixes #347
1 parent 5327ede commit 0ee421d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repl.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ mutable struct DebugCompletionProvider <: REPL.CompletionProvider
229229
state::DebuggerState
230230
end
231231

232-
function LineEdit.complete_line(c::DebugCompletionProvider, s)
232+
function LineEdit.complete_line(c::DebugCompletionProvider, s; hint=true)
233233
partial = REPL.beforecursor(s.input_buffer)
234234
full = LineEdit.input_string(s)
235235

0 commit comments

Comments
 (0)