-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Clink completion does not work #59
Comments
Strangely, commenting out |
Can you try it latest version. It works for me there. |
@Bliker this is the version I use. Also the prompt always display |
That is odd, in a new version I still using clink 0.3.1 due to similiar issues. Are you sure? |
I tried from git version ee50cc5 and the release 1.1.1. I can try clink 0.3.1. |
This is definitely fixed in the latest version. |
For example, if I type
git
then hittab
twice, it completes file names instead of suggesting git commands.I found out that commenting out
@chcp 65001>nul
ininit.bat
fixes it (however the lambda is not displayed correctly). Commenting outprompt
also works.The text was updated successfully, but these errors were encountered: