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
% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset: no such variable: _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin23.0 typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173 % git -C ~autocomplete log --oneline -n1 not applicable for this issue
Nothing to reproduce it is some issue with a file or directory not created on installation maybe
Whenever I type anything into my terminal (on every character) this line is printed
.autocomplete:async:complete:6: no such file or directory: /Users/ibrahim/.local/state/zsh-autocomplete/log/2024-04-14.log
The text was updated successfully, but these errors were encountered:
I've just installed this package via Homebrew to try it out and stumble upon the same issue.
.local/state
/zsh-autocomplete/log
So as an example for your case I would go to the terminal and do: sudo mkdir /Users/ibrahim/.local/state/zsh-autocomplete/log/ And test it again 👌
sudo mkdir /Users/ibrahim/.local/state/zsh-autocomplete/log/
Sorry, something went wrong.
No branches or pull requests
Environment
Steps to reproduce
Nothing to reproduce it is some issue with a file or directory not created on installation maybe
Whenever I type anything into my terminal (on every character) this line is printed
.autocomplete:async:complete:6: no such file or directory: /Users/ibrahim/.local/state/zsh-autocomplete/log/2024-04-14.log
The text was updated successfully, but these errors were encountered: