Skip to content

Commit ab95e6a

Browse files
authored
fix tab completion (#75)
1 parent 08ddb33 commit ab95e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ function path_str(path_completion)
278278
end
279279

280280
function REPL.complete_line(provider::RemoteCompletionProvider,
281-
state::REPL.LineEdit.PromptState)::
281+
state::REPL.LineEdit.PromptState;
282+
hint::Bool=false)::
282283
Tuple{Vector{String},String,Bool}
283284
# See REPL.jl complete_line(c::REPLCompletionProvider, s::PromptState)
284285
partial = REPL.beforecursor(state.input_buffer)

0 commit comments

Comments
 (0)