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

[completion] Fixed autocomplete issue when using aliases #500

Merged
merged 4 commits into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. [completion] Fixed autocomplete issue when using aliases

    Right now if we try to use tab-complete with an alias, we get the following error (reproduced on a macOS and zsh):
    
       unrecognized modifier `i'
    
    Turns out the fix is quite simple, so here's the PR for it
    hick209 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0c484fe View commit details
    Browse the repository at this point in the history
  2. Updated CHANGELOG

    hick209 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    41da8fa View commit details
    Browse the repository at this point in the history
  3. Linked PR in CHANGELOG

    hick209 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    55d31ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2b8f2e View commit details
    Browse the repository at this point in the history