We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every time when I open the shell.
Set zsh autocomplete as mentioned in the instructions.
I get an error: /Users/XXX/.tldr.complete:9: parse error near `\n'
/Users/XXX/.tldr.complete:9: parse error near `\n'
No error, working autocomplete.
v1.5.0 - MacOS 12.6.1 - macbook pro 14" - zsh
I searched in complete.zsh for "`\n" but I am not sure what to look for.
complete.zsh
The text was updated successfully, but these errors were encountered:
I'm unable to reproduce locally. Is .tldr.complete a proper copy of complete.zsh?
.tldr.complete
Sorry, something went wrong.
Yes, I used the commands of the instructions.
mv autocomplete/complete.zsh ~/.tldr.complete
No branches or pull requests
Reproduction Rate
Every time when I open the shell.
Steps to Reproduce
Set zsh autocomplete as mentioned in the instructions.
Result
I get an error:
/Users/XXX/.tldr.complete:9: parse error near `\n'
Expected Result
No error, working autocomplete.
Additional Information
v1.5.0 - MacOS 12.6.1 - macbook pro 14" - zsh
I searched in
complete.zsh
for "`\n" but I am not sure what to look for.The text was updated successfully, but these errors were encountered: