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 cd297c7 commit c356e60Copy full SHA for c356e60
stdlib/REPL/src/REPL.jl
@@ -1340,7 +1340,7 @@ function setup_interface(
1340
# execute the statement
1341
terminal = LineEdit.terminal(s) # This is slightly ugly but ok for now
1342
raw!(terminal, false) && disable_bracketed_paste(terminal)
1343
- LineEdit.mode(s).on_done(s, LineEdit.buffer(s), true)
+ @invokelatest LineEdit.mode(s).on_done(s, LineEdit.buffer(s), true)
1344
raw!(terminal, true) && enable_bracketed_paste(terminal)
1345
LineEdit.push_undo(s) # when the last line is incomplete
1346
end
0 commit comments