Skip to content

Commit

Permalink
Update LineEdit internal for hints (#4146)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Feb 3, 2025
1 parent 6091533 commit 7aeec76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/REPLExt/REPLExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function create_mode(repl::REPL.AbstractREPL, main::LineEdit.Prompt)
end
else
LineEdit.edit_insert(s, ';')
LineEdit.check_for_hint(s) && LineEdit.refresh_line(s)
LineEdit.check_show_hint(s)
end
end
end
Expand All @@ -181,7 +181,7 @@ function repl_init(repl::REPL.LineEditREPL)
end
else
LineEdit.edit_insert(s, ']')
LineEdit.check_for_hint(s) && LineEdit.refresh_line(s)
LineEdit.check_show_hint(s)
end
end
)
Expand Down

0 comments on commit 7aeec76

Please sign in to comment.