https://github.com/JuliaLang/julia
Revision f3d50b7de66b351dfdaa826fa529fefb75a829e1 authored by Colin Caine on 06 September 2023, 10:36:31 UTC, committed by GitHub on 06 September 2023, 10:36:31 UTC
Before this commit, the REPL would say:

    Extended help is available with `??`

Now it will give the full line required to display extended help:

    Extended help is available with `??LazyString`

I believe that this was the intended function of the code that's already
here, because currently the `extended_help_on` constant is never used.

I've resisted the urge to pass the `line` through to `trimdocs` without
a global because I don't know why @timholy did it that way to start with
and because the smaller change makes this PR easier to review.
1 parent 3d88550
History
Tip revision: f3d50b7de66b351dfdaa826fa529fefb75a829e1 authored by Colin Caine on 06 September 2023, 10:36:31 UTC
Fix extended help hint to give full line to enter (#51193)
Tip revision: f3d50b7
File Mode Size
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.buildkite-external-version -rw-r--r-- 5 bytes
.clang-format -rw-r--r-- 3.3 KB
.clangd -rw-r--r-- 114 bytes
.codecov.yml -rw-r--r-- 52 bytes
.git-blame-ignore-revs -rw-r--r-- 371 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 523 bytes
.mailmap -rw-r--r-- 12.7 KB
CITATION.bib -rw-r--r-- 513 bytes
CITATION.cff -rw-r--r-- 940 bytes
CONTRIBUTING.md -rw-r--r-- 23.4 KB
HISTORY.md -rw-r--r-- 372.5 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 55.7 KB
Makefile -rw-r--r-- 30.5 KB
NEWS.md -rw-r--r-- 1.5 KB
README.md -rw-r--r-- 7.3 KB
THIRDPARTY.md -rw-r--r-- 3.8 KB
VERSION -rw-r--r-- 11 bytes
julia.spdx.json -rw-r--r-- 35.8 KB
pkgimage.mk -rw-r--r-- 6.3 KB
sysimage.mk -rw-r--r-- 4.3 KB

README.md

back to top