We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3838dab commit 0eb13d7Copy full SHA for 0eb13d7
stdlib/REPL/src/REPL.jl
@@ -517,6 +517,8 @@ active_module((; mistate)::LineEditREPL) = mistate === nothing ? Main : mistate.
517
active_module(::AbstractREPL) = Main
518
active_module(d::REPLDisplay) = active_module(d.repl)
519
520
+setmodifiers!(c::CompletionProvider, m::LineEdit.Modifiers) = nothing
521
+
522
setmodifiers!(c::REPLCompletionProvider, m::LineEdit.Modifiers) = c.modifiers = m
523
524
"""
0 commit comments