-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update ZSH completions #11120
Update ZSH completions #11120
Conversation
I'm not sure why the compdef part is commented out either. Maybe it's removed automatically by brew? helix-editor/homebrew-helix#6 We could try uncommenting it and see if that breaks anything |
I have uncommented it, fingers crossed. |
Sorry for the drive-by comment, but it was correct before. That's zsh's tag syntax for autoloaded completion files (i.e. those in |
@branchvincent Thanks for this important info! I am quite new to ZSH, when testing this PR I copied the file to With the I have made a PR to remove the |
After some research and reading the docs I think the |
hx --health
QUESTION: Why is
#compdef _hx hx
commented out? I have not un-commented it in case it is something to do with packaging I may not be aware of. It of course does not work until it is un-commented and will confuse people just trying to install the script themselves. Shall I un-comment it?