You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REPL: make edit_title_case (M-c) call titlecase (JuliaLang#33851)
When edit_title_case was implemented, `uppercasefirst` (née `ucfirst`)
and `titlecase` were doing the same transformation on only one word.
But `titlecase` now transforms non-leading letters to lowercase,
which is more expected for the M-c keyboard combo, as it's the
standard readline behavior (I believe).
0 commit comments