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

Conversation

hick209
Copy link
Contributor

@hick209 hick209 commented Mar 22, 2024

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 and others added 4 commits March 22, 2024 06:39
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
@ajalt ajalt merged commit 29e29d8 into ajalt:master Mar 22, 2024
3 checks passed
@ajalt
Copy link
Owner

ajalt commented Mar 22, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants