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 0e2409a commit bb3b09dCopy full SHA for bb3b09d
stdlib/REPL/src/REPL.jl
@@ -1379,7 +1379,7 @@ function setup_interface(
1379
# execute the statement
1380
terminal = LineEdit.terminal(s) # This is slightly ugly but ok for now
1381
raw!(terminal, false) && disable_bracketed_paste(terminal)
1382
- LineEdit.mode(s).on_done(s, LineEdit.buffer(s), true)
+ @invokelatest LineEdit.mode(s).on_done(s, LineEdit.buffer(s), true)
1383
raw!(terminal, true) && enable_bracketed_paste(terminal)
1384
LineEdit.push_undo(s) # when the last line is incomplete
1385
end
0 commit comments