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 d59df0b commit e91b8beCopy full SHA for e91b8be
stdlib/REPL/src/REPL.jl
@@ -1224,6 +1224,7 @@ function setup_interface(
1224
end
1225
else
1226
edit_insert(s, ';')
1227
+ LineEdit.check_for_hint(s) && LineEdit.refresh_line(s)
1228
1229
end,
1230
'?' => function (s::MIState,o...)
@@ -1234,6 +1235,7 @@ function setup_interface(
1234
1235
1236
1237
edit_insert(s, '?')
1238
1239
1240
1241
']' => function (s::MIState,o...)
@@ -1270,6 +1272,7 @@ function setup_interface(
1270
1272
Base.errormonitor(t_replswitch)
1271
1273
1274
edit_insert(s, ']')
1275
1276
1277
1278
0 commit comments