Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readline: allow completer to rewrite existing input #39178

Closed
wants to merge 5 commits into from

Commits on Jun 28, 2021

  1. readline: allow completer to rewrite existing input

    Sometimes, it makes sense for a completer to change the existing
    input, e.g. by adjusting the casing (imagine a completer that
    corrects `Number.isNan` to `Number.IsNaN`, for example).
    
    This commit allows that in the readline implemention.
    addaleax committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    4d5636e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69cd1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4e6c3 View commit details
    Browse the repository at this point in the history
  4. fixup! readline: allow completer to rewrite existing input

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    addaleax and aduh95 committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    697cf5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a38e28 View commit details
    Browse the repository at this point in the history