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 5dd9574 commit 5194652Copy full SHA for 5194652
stdlib/REPL/src/REPL.jl
@@ -1431,6 +1431,7 @@ function setup_interface(
1431
end
1432
else
1433
edit_insert(s, ';')
1434
+ LineEdit.check_for_hint(s) && LineEdit.refresh_line(s)
1435
1436
end,
1437
'?' => function (s::MIState,o...)
@@ -1441,6 +1442,7 @@ function setup_interface(
1441
1442
1443
1444
edit_insert(s, '?')
1445
1446
1447
1448
']' => function (s::MIState,o...)
@@ -1477,6 +1479,7 @@ function setup_interface(
1477
1479
Base.errormonitor(t_replswitch)
1478
1480
1481
edit_insert(s, ']')
1482
1483
1484
1485
0 commit comments